Skip to content

Commit

Permalink
Bump webmock from 3.23.1 to 3.24.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.1...v3.24.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 and lyang committed Oct 3, 2024
1 parent d4da111 commit 3d5dc62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
gem 'rspec', '~> 3.13', group: :test
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura'
gem 'webmock', '~> 3.23'
gem 'webmock', '~> 3.24'
end

gem 'pry', '~> 0.14.2', group: %i[development test]
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
Expand All @@ -13,7 +13,7 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
hashdiff (1.1.0)
hashdiff (1.1.1)
iniparse (1.5.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand All @@ -37,7 +37,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
Expand All @@ -51,7 +51,7 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
tilt (~> 2.0)
tilt (2.3.0)
unicode-display_width (2.5.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -128,7 +128,7 @@ DEPENDENCIES
simplecov-cobertura
sinatra (~> 4.0)
sinatra-contrib (~> 4.0)
webmock (~> 3.23)
webmock (~> 3.24)

BUNDLED WITH
2.3.16

0 comments on commit 3d5dc62

Please sign in to comment.