Skip to content

Commit be1a315

Browse files
committed
webmock 2 doesn't support Ruby < 1.9.3
1 parent fb77743 commit be1a315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :test do
2121
gem 'json', '< 2' # This is to support Ruby 1.8 and 1.9
2222
gem 'tins', '< 1.7' # This is to support Ruby 1.8 and 1.9
2323
gem 'addressable', '~> 2.3.6', :platforms => [:ruby_18]
24-
gem 'webmock', '>= 1.20'
24+
gem 'webmock', '>= 1.20', '< 2' # This is to support Ruby 1.8 and 1.9.2
2525
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
2626
gem 'rspec', '>= 3'
2727
gem 'rspec-mocks', '>= 3'

0 commit comments

Comments
 (0)