Skip to content

Commit

Permalink
Fix tests to work with Ruby 2.6
Browse files Browse the repository at this point in the history
A new version of Webmock is required to work with the new version of
Ruby.
  • Loading branch information
Ben Thorner committed Mar 15, 2019
1 parent 674c2fa commit f015b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds-api-adapters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov', '~> 0.16'
s.add_development_dependency 'simplecov-rcov'
s.add_development_dependency 'timecop', '~> 0.9'
s.add_development_dependency 'webmock', '~> 3.3'
s.add_development_dependency 'webmock', '~> 3.5'
s.add_development_dependency 'webrick', '~> 1.4'
s.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit f015b62

Please sign in to comment.