Merge branch 'sh-update-webmock' into 'master'
Update webmock gem to v3.9.1 for Ruby 2.7 deprecation fixes See merge request gitlab-org/gitlab!43657
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