Commit be6c3d11c5470648ceeac7853321178a171f0f26
1 parent
d8a41cb3
Exists in
master
and in
29 other branches
re-add dependency on rest-client
Now make sure it will be installed together with the Debian package
Showing
3 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -15,6 +15,7 @@ gem 'thin' |
15 | 15 | gem 'hpricot' |
16 | 16 | gem 'nokogiri' |
17 | 17 | gem 'rake', :require => false |
18 | +gem 'rest-client' | |
18 | 19 | |
19 | 20 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
20 | 21 | # with their GEM names (not the Debian package names) | ... | ... |
Gemfile.lock
... | ... | @@ -111,6 +111,8 @@ GEM |
111 | 111 | thor (>= 0.14.6, < 2.0) |
112 | 112 | rake (0.9.2.2) |
113 | 113 | rdoc (3.9.4) |
114 | + rest-client (1.6.7) | |
115 | + mime-types (>= 1.16) | |
114 | 116 | rmagick (2.13.1) |
115 | 117 | rspec (2.10.0) |
116 | 118 | rspec-core (~> 2.10.0) |
... | ... | @@ -175,6 +177,7 @@ DEPENDENCIES |
175 | 177 | rails |
176 | 178 | rails_autolink |
177 | 179 | rake |
180 | + rest-client | |
178 | 181 | rmagick |
179 | 182 | rspec |
180 | 183 | rspec-rails | ... | ... |