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 fb77743 commit be1a315Copy full SHA for be1a315
Gemfile
@@ -21,7 +21,7 @@ group :test do
21
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'
+ gem 'webmock', '>= 1.20', '< 2' # This is to support Ruby 1.8 and 1.9.2
25
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
26
gem 'rspec', '>= 3'
27
gem 'rspec-mocks', '>= 3'
0 commit comments