Skip to content

Commit

Permalink
Build(deps-dev): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 2522e4d commit 3a449fe
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 @@ -184,7 +184,7 @@ gem 'excel_analyzer', path: 'gems/excel_analyzer', require: false

group :test do
gem 'fivemat', '~> 1.3.7'
gem 'webmock', '~> 3.24.0'
gem 'webmock', '~> 3.25.0'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.7.0'
gem 'capybara', '~> 3.40.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.1.1)
hashdiff (1.1.2)
highline (2.1.0)
holidays (8.8.0)
htmlentities (4.3.4)
Expand Down Expand Up @@ -476,7 +476,7 @@ GEM
request_store (1.7.0)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.3.9)
rexml (3.4.0)
rolify (6.0.1)
rotp (6.3.0)
rspec-activemodel-mocks (1.2.1)
Expand Down Expand Up @@ -603,7 +603,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.24.0)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -727,7 +727,7 @@ DEPENDENCIES
uri (~> 1.0.2)
vpim (~> 24.2.20)
web-console (>= 3.3.0)
webmock (~> 3.24.0)
webmock (~> 3.25.0)
will_paginate (~> 4.0.1)
xapian-full-alaveteli (~> 1.4.22.2)
xml-simple (~> 1.1.9)
Expand Down

0 comments on commit 3a449fe

Please sign in to comment.