Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/webmock-3.24.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Oct 14, 2024
2 parents 6f8cfd1 + 4ab146c commit c39c5d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ gem 'excel_analyzer', path: 'gems/excel_analyzer', require: false

group :test do
gem 'fivemat', '~> 1.3.7'
gem 'webmock', '~> 3.23.1'
gem 'webmock', '~> 3.24.0'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.7.0'
gem 'capybara', '~> 3.40.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.1.0)
hashdiff (1.1.1)
highline (2.1.0)
hodel_3000_compliant_logger (0.1.1)
holidays (8.8.0)
Expand Down Expand Up @@ -391,7 +391,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
Expand Down Expand Up @@ -450,7 +450,7 @@ GEM
request_store (1.5.1)
rack (>= 1.4)
retriable (3.1.2)
rexml (3.3.7)
rexml (3.3.8)
rolify (6.0.1)
rotp (6.3.0)
rspec-activemodel-mocks (1.2.0)
Expand Down Expand Up @@ -560,7 +560,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.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 @@ -680,7 +680,7 @@ DEPENDENCIES
unidecoder (~> 1.1.0)
vpim (~> 24.2.20)
web-console (>= 3.3.0)
webmock (~> 3.23.1)
webmock (~> 3.24.0)
will_paginate (~> 4.0.1)
xapian-full-alaveteli (~> 1.4.22.1)
xml-simple (~> 1.1.9)
Expand Down

0 comments on commit c39c5d7

Please sign in to comment.