Skip to content

Commit

Permalink
Update webmock requirement from 1.21.0 to 3.9.4
Browse files Browse the repository at this point in the history
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v1.21.0...v3.9.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2020
1 parent e50c9ec commit 23650f2
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 @@ -12,5 +12,5 @@ group :test do
gem 'rb-readline'
gem 'rspec', '~> 3.9.0'
gem 'rubocop', '~> 0.52'
gem 'webmock', '1.21.0'
gem 'webmock', '3.9.4'
end

0 comments on commit 23650f2

Please sign in to comment.