diff --git a/Gemfile b/Gemfile index f96a866..4925011 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,7 @@ gem 'thin' gem 'hpricot' gem 'nokogiri' gem 'rake', :require => false +gem 'rest-client' # FIXME list here all actual dependencies (i.e. the ones in debian/control), # with their GEM names (not the Debian package names) diff --git a/Gemfile.lock b/Gemfile.lock index f59c6c1..bcd27b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,6 +111,8 @@ GEM thor (>= 0.14.6, < 2.0) rake (0.9.2.2) rdoc (3.9.4) + rest-client (1.6.7) + mime-types (>= 1.16) rmagick (2.13.1) rspec (2.10.0) rspec-core (~> 2.10.0) @@ -175,6 +177,7 @@ DEPENDENCIES rails rails_autolink rake + rest-client rmagick rspec rspec-rails diff --git a/debian/control b/debian/control index e462b9a..d6215ec 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,7 @@ Depends: ruby-rails-autolink, memcached, ruby-memcache-client, + ruby-rest-client, debconf, dbconfig-common, adduser, -- libgit2 0.21.2