Skip to content

Commit

Permalink
Build(deps-dev): Bump webmock from 3.19.1 to 3.23.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.23.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.19.1...v3.23.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] committed Feb 26, 2024
1 parent abbe661 commit 262cda3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ gem 'excel_analyzer', path: 'gems/excel_analyzer', require: false

group :test do
gem 'fivemat', '~> 1.3.7'
gem 'webmock', '~> 3.19.1'
gem 'webmock', '~> 3.23.0'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.7.0'
gem 'capybara', '~> 3.40.0'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ GEM
nokogiri (~> 1.6, >= 1.6.8)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.6)
bindex (0.8.1)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
Expand Down Expand Up @@ -195,7 +196,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
crass (1.0.6)
daemons (1.4.1)
Expand Down Expand Up @@ -284,7 +286,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.0.1)
hashdiff (1.1.0)
highline (2.1.0)
hodel_3000_compliant_logger (0.1.1)
holidays (8.7.1)
Expand Down Expand Up @@ -554,7 +556,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.19.1)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -671,7 +673,7 @@ DEPENDENCIES
unidecoder (~> 1.1.0)
vpim (~> 13.11.11)
web-console (>= 3.3.0)
webmock (~> 3.19.1)
webmock (~> 3.23.0)
will_paginate (~> 4.0.0)
xapian-full-alaveteli (~> 1.4.22.1)
xml-simple (~> 1.1.9)
Expand Down

0 comments on commit 262cda3

Please sign in to comment.