@@ -16,18 +16,19 @@ group :development do
16
16
end
17
17
18
18
group :test do
19
+ gem 'addressable' , '~> 2.3.6' , :platforms => [ :ruby_18 ]
19
20
gem 'childlabor'
20
21
gem 'coveralls' , '>= 0.5.7'
21
22
gem 'json' , '< 2' # This is to support Ruby 1.8 and 1.9
22
- 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' , '< 2' # This is to support Ruby 1.8 and 1.9.2
25
23
gem 'mime-types' , '~> 1.25' , :platforms => [ :jruby , :ruby_18 ]
24
+ gem 'rest-client' , '~> 1.6.0' , :platforms => [ :jruby , :ruby_18 ]
26
25
gem 'rspec' , '>= 3'
27
26
gem 'rspec-mocks' , '>= 3'
28
27
gem 'rubocop' , '>= 0.19' , :platforms => [ :ruby_20 , :ruby_21 ]
29
28
gem 'simplecov' , '>= 0.9'
30
- gem 'rest-client' , '~> 1.6.0' , :platforms => [ :jruby , :ruby_18 ]
29
+ gem 'term-ansicolor' , '~> 1.3.2' # This is to support Ruby 1.8 and 1.9
30
+ gem 'tins' , '< 1.7' # This is to support Ruby 1.8 and 1.9
31
+ gem 'webmock' , '>= 1.20' , '< 2' # This is to support Ruby 1.8 and 1.9.2
31
32
end
32
33
33
34
gemspec
0 commit comments