Commit 2e4813540beae5b3f204faa7758929edb6e212d7
1 parent
fa2ccebf
Exists in
colab
and in
4 other branches
netrc and rest-client updated
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -155,6 +155,7 @@ GEM |
155 | 155 | net-scp (1.2.1) |
156 | 156 | net-ssh (>= 2.6.5) |
157 | 157 | net-ssh (2.9.1) |
158 | + netrc (0.7.7) | |
158 | 159 | nokogiri (1.6.2.1) |
159 | 160 | mini_portile (= 0.6.0) |
160 | 161 | orm_adapter (0.5.0) |
... | ... | @@ -187,8 +188,9 @@ GEM |
187 | 188 | rdoc (4.1.1) |
188 | 189 | json (~> 1.4) |
189 | 190 | ref (1.0.5) |
190 | - rest-client (1.6.7) | |
191 | - mime-types (>= 1.16) | |
191 | + rest-client (1.7.1) | |
192 | + mime-types (>= 1.16, < 3.0) | |
193 | + netrc (~> 0.7) | |
192 | 194 | rspec-collection_matchers (1.0.0) |
193 | 195 | rspec-expectations (>= 2.99.0.beta1) |
194 | 196 | rspec-core (2.99.1) | ... | ... |