Update webmock gem to v3.9.1 for Ruby 2.7 deprecation fixes
See: https://github.com/bblimke/webmock/blob/master/CHANGELOG.md Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/257438
Showing
... | ... | @@ -413,7 +413,7 @@ group :test do |
gem 'shoulda-matchers', '~> 4.0.1', require: false | ||
gem 'email_spec', '~> 2.2.0' | ||
gem 'webmock', '~> 3.5.1' | ||
gem 'webmock', '~> 3.9.1' | ||
gem 'rails-controller-testing' | ||
gem 'concurrent-ruby', '~> 1.1' | ||
gem 'test-prof', '~> 0.12.0' | ||
... | ... |
Please register or sign in to comment