summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index be5ab7c..a69b2be 100644
--- a/Gemfile
+++ b/Gemfile
@@ -89,6 +89,8 @@ gem 'backup'
# Cronjobs
gem 'whenever'
+gem 'whois'
+
# Local Variables:
# mode: ruby
# End:
diff --git a/Gemfile.lock b/Gemfile.lock
index 1ceaef2..555495a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -205,6 +205,7 @@ GEM
whenever (0.8.2)
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
+ whois (2.7.0)
will_paginate (3.0.4)
yajl-ruby (1.1.0)
@@ -251,4 +252,5 @@ DEPENDENCIES
unicorn
uuid
whenever
+ whois
will_paginate