Skip to content

Commit 1bfd137

Browse files
committed
Lock term-ansicolor to verison ~> 1.3.2
1 parent b4c8634 commit 1bfd137

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ group :development do
1616
end
1717

1818
group :test do
19+
gem 'addressable', '~> 2.3.6', :platforms => [:ruby_18]
1920
gem 'childlabor'
2021
gem 'coveralls', '>= 0.5.7'
2122
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
2523
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
24+
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
2625
gem 'rspec', '>= 3'
2726
gem 'rspec-mocks', '>= 3'
2827
gem 'rubocop', '>= 0.19', :platforms => [:ruby_20, :ruby_21]
2928
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
3132
end
3233

3334
gemspec

0 commit comments

Comments
 (0)