Skip to content

Commit

Permalink
Bump webmock from 3.19.1 to 3.23.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.23.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.19.1...v3.23.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 4185af4 commit b188cf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ group :development, :test do
gem 'guard-rspec', '~> 4.7'
gem 'guard-cucumber', '~> 3.0'
gem 'guard-bundler', '~> 2.2'
gem 'webmock', '~> 3.19', require: false
gem 'webmock', '~> 3.23', require: false
gem 'pry', '~> 0.14'
gem 'timecop', '~> 0.9'
gem 'factory_bot_rails', '~> 5.2'
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrake (11.0.1)
airbrake-ruby (~> 5.1)
Expand All @@ -101,6 +101,7 @@ GEM
backports (3.17.1)
bcp47 (0.3.3)
i18n
bigdecimal (3.1.7)
bootstrap-kaminari-views (0.0.5)
kaminari (>= 0.13)
rails (>= 3.1)
Expand Down Expand Up @@ -135,7 +136,8 @@ GEM
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
csvlint (1.2.0)
Expand Down Expand Up @@ -394,7 +396,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
hashdiff (1.1.0)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -521,7 +523,7 @@ GEM
method_source (~> 1.0)
psych (5.1.0)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
pusher (2.0.3)
Expand Down Expand Up @@ -761,7 +763,7 @@ GEM
activemodel (>= 4.2)
debug_inspector
railties (>= 4.2)
webmock (3.19.1)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -837,7 +839,7 @@ DEPENDENCIES
uglifier (>= 1.3.0)
vcr (~> 6.2)
web-console (~> 3.3)
webmock (~> 3.19)
webmock (~> 3.23)

RUBY VERSION
ruby 2.6.9p207
Expand Down

0 comments on commit b188cf3

Please sign in to comment.