Skip to content

Commit 3e89e11

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 d25dc5f commit 3e89e11

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.4'
125+
gem 'webmock', '~> 3.12'
126126
gem 'timecop'
127127

128128
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ GEM
114114
coderay (1.1.3)
115115
concurrent-ruby (1.1.8)
116116
connection_pool (2.2.3)
117-
crack (0.4.3)
118-
safe_yaml (~> 1.0.0)
117+
crack (0.4.5)
118+
rexml
119119
crass (1.0.6)
120120
css_parser (1.9.0)
121121
addressable
@@ -340,6 +340,7 @@ GEM
340340
responders (3.0.1)
341341
actionpack (>= 5.0)
342342
railties (>= 5.0)
343+
rexml (3.2.4)
343344
roadie (4.0.0)
344345
css_parser (~> 1.4)
345346
nokogiri (~> 1.8)
@@ -354,7 +355,6 @@ GEM
354355
ruby_parser (3.14.2)
355356
sexp_processor (~> 4.9)
356357
rubyzip (2.3.0)
357-
safe_yaml (1.0.5)
358358
safely_block (0.3.0)
359359
errbase (>= 0.1.1)
360360
sass-rails (6.0.0)
@@ -438,7 +438,7 @@ GEM
438438
activemodel (>= 5.0)
439439
bindex (>= 0.4.0)
440440
railties (>= 5.0)
441-
webmock (3.8.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.4)
525+
webmock (~> 3.12)
526526

527527
RUBY VERSION
528528
ruby 2.6.6p146

0 commit comments

Comments
 (0)