Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 1f027a4 commit 3f5f098
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ group :development, :test do
gem 'rubocop-rake', '~> 0.6.0'
gem 'simplecov', '~> 0.22.0'
gem 'vcr', '5.0'
gem 'webmock', '~> 3.19'
gem 'webmock', '~> 3.21'
end
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
docile (1.4.0)
drb (2.2.0)
Expand Down Expand Up @@ -87,7 +88,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
vcr (5.0.0)
webmock (3.19.1)
webmock (3.21.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -108,7 +109,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)
simplecov (~> 0.22.0)
vcr (= 5.0)
webmock (~> 3.19)
webmock (~> 3.21)

BUNDLED WITH
2.4.9

0 comments on commit 3f5f098

Please sign in to comment.