Skip to content

Commit

Permalink
Build(deps-dev): Bump webmock from 3.23.0 to 3.23.1
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.0 to 3.23.1.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.0...v3.23.1)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 891a92c commit 6701c11
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.23.0'
gem 'webmock', '~> 3.23.1'
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 @@ -167,7 +167,7 @@ GEM
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
bcrypt (3.1.20)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
bindex (0.8.1)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
Expand Down Expand Up @@ -443,7 +443,8 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rolify (6.0.1)
rotp (6.3.0)
rspec-activemodel-mocks (1.2.0)
Expand Down Expand Up @@ -527,6 +528,7 @@ GEM
sprockets (>= 3.0.0)
statistics2 (0.54)
stripe (5.55.0)
strscan (3.1.0)
syck (1.4.1)
syslog_protocol (0.9.2)
text (1.3.1)
Expand All @@ -553,7 +555,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.23.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -670,7 +672,7 @@ DEPENDENCIES
unidecoder (~> 1.1.0)
vpim (~> 24.2.20)
web-console (>= 3.3.0)
webmock (~> 3.23.0)
webmock (~> 3.23.1)
will_paginate (~> 4.0.0)
xapian-full-alaveteli (~> 1.4.22.1)
xml-simple (~> 1.1.9)
Expand Down

0 comments on commit 6701c11

Please sign in to comment.