We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5995e5 commit 69a35b9Copy full SHA for 69a35b9
Gemfile
@@ -9,4 +9,9 @@ gem 'rake'
9
gem 'simplecov'
10
gem 'test-unit'
11
12
+platforms :ruby_18 do
13
+ gem 'mime-types', '~> 1.25'
14
+ gem 'rest-client', '~> 1.6.0'
15
+end
16
+
17
# vim:ft=ruby
0 commit comments