Skip to content

Commit

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

---
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 Oct 2, 2023
1 parent d671390 commit c79c0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ group :test do
gem 'shoulda-matchers', '~> 5.3'
gem 'simplecov', '~> 0.22', require: false
gem 'vcr', '~> 6.2'
gem 'webmock', '~> 3.18'
gem 'webmock', '~> 3.19'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
vcr (~> 6.2)
view_component (~> 3.5)
web-console (~> 4.2)
webmock (~> 3.18)
webmock (~> 3.19)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit c79c0a0

Please sign in to comment.