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 014476f commit 6f4631dCopy full SHA for 6f4631d
Gemfile
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
gem 'rake', '< 11'
4
gem 'rdoc', '>= 3.9'
5
6
-gem 'json', '< 2' # This is to support Ruby 1.8 and 1.9
7
-
8
group :development do
9
gem 'guard-rspec'
10
gem 'pry'
@@ -20,6 +18,8 @@ end
20
18
group :test do
21
19
gem 'childlabor'
22
gem 'coveralls', '>= 0.5.7'
+ gem 'json', '< 2' # This is to support Ruby 1.8 and 1.9
+ gem 'tins', '< 1.7' # This is to support Ruby 1.8 and 1.9
23
gem 'addressable', '~> 2.3.6', :platforms => [:ruby_18]
24
gem 'webmock', '>= 1.20'
25
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
0 commit comments