Skip to content

Commit

Permalink
Bump webmock from 3.24.0 to 3.25.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.24.0 to 3.25.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.24.0...v3.25.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 Feb 6, 2025
1 parent de8a4cf commit f6c5ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'rspec', '~> 3.13', group: :test
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-cobertura'
gem 'webmock', '~> 3.24'
gem 'webmock', '~> 3.25'
end

gem 'pry', '~> 0.15.2', group: %i[development test]
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
childprocess (5.1.0)
logger (~> 1.5)
coderay (1.1.3)
Expand All @@ -14,7 +14,7 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
hashdiff (1.1.1)
hashdiff (1.1.2)
iniparse (1.5.0)
json (2.9.1)
language_server-protocol (3.17.0.4)
Expand Down Expand Up @@ -115,7 +115,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webmock (3.24.0)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -137,7 +137,7 @@ DEPENDENCIES
simplecov-cobertura
sinatra (~> 4.1)
sinatra-contrib (~> 4.1)
webmock (~> 3.24)
webmock (~> 3.25)

BUNDLED WITH
2.3.16

0 comments on commit f6c5ecb

Please sign in to comment.