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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 31fabd5 commit 480364c
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 @@ -29,7 +29,7 @@ group :development do
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.66.1"
gem "rubocop-rspec", "~> 3.0.4"
gem "webmock", "~> 3.23.1"
gem "webmock", "~> 3.24.0"

gem "pry-byebug"
end
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
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 Down Expand Up @@ -52,7 +52,7 @@ GEM
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
hashdiff (1.1.0)
hashdiff (1.1.1)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -93,7 +93,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.5)
public_suffix (6.0.1)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.7)
Expand All @@ -108,7 +108,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
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 @@ -153,7 +153,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
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 Down Expand Up @@ -187,7 +187,7 @@ DEPENDENCIES
rufus-scheduler (~> 3.9.1)
sentry-raven (~> 3.1.2)
songkick-transport (~> 1.11.0)
webmock (~> 3.23.1)
webmock (~> 3.24.0)
webrick (~> 1.8.2)

BUNDLED WITH
Expand Down

0 comments on commit 480364c

Please sign in to comment.