Skip to content

Commit

Permalink
Relax webmock version to fix net-protocol usage which is bundled in R…
Browse files Browse the repository at this point in the history
…uby 3.2

Use 3.16.2 because some tests fail with Ruby 3.0 or 3.1 on Windows if updates WebMock to 3.18.0 or over
  • Loading branch information
mataku committed Apr 12, 2023
1 parent fa74bfa commit 91d3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "rspec", "~> 3.9"
gem "rspec_junit_formatter", "~> 0.4"
gem "rubocop"
gem "simplecov", "~> 0.18"
gem "webmock", "~> 2.1"
gem "webmock", "~> 3.16.2"
gem "yard", "~> 0.9.11"

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.5.0")
Expand Down

0 comments on commit 91d3813

Please sign in to comment.