Skip to content

Commit

Permalink
Bump webmock version
Browse files Browse the repository at this point in the history
The webmock versions below 2.3.1 do not support ruby 2.4.0 and higher.
Please see bblimke/webmock#683 for more
details.
  • Loading branch information
mdudzinski committed Aug 13, 2020
1 parent 6716eaa commit 38c7c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emarsys.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.5.0"
spec.add_development_dependency "webmock", "< 2.0"
spec.add_development_dependency "webmock", "~> 2.3.2"
spec.add_development_dependency "timecop"
end

0 comments on commit 38c7c65

Please sign in to comment.