Skip to content

Commit 49230f7

Browse files
build(deps): bump webmock from 3.11.3 to 3.12.0
Bumps [webmock](https://github.com/bblimke/webmock) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.11.3...v3.12.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26502f7 commit 49230f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ group :test do
122122
gem 'factory_bot_rails'
123123
gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil
124124
gem 'rails-controller-testing' # Rails 4 fallback
125-
gem 'webmock', '~> 3.11'
125+
gem 'webmock', '~> 3.12'
126126
gem 'timecop'
127127

128128
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ GEM
438438
activemodel (>= 5.0)
439439
bindex (>= 0.4.0)
440440
railties (>= 5.0)
441-
webmock (3.11.3)
441+
webmock (3.12.0)
442442
addressable (>= 2.3.6)
443443
crack (>= 0.3.2)
444444
hashdiff (>= 0.4.0, < 2.0.0)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
valid_attribute
523523
validate_url
524524
web-console (>= 3.3.0)
525-
webmock (~> 3.11)
525+
webmock (~> 3.12)
526526

527527
RUBY VERSION
528528
ruby 2.6.6p146

0 commit comments

Comments
 (0)