Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/webmock-3.19.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 31, 2023
2 parents bba9a64 + 138ea66 commit 6ef6cba
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 @@ -168,7 +168,7 @@ gem 'google-cloud-storage', '~> 1.44', require: false

group :test do
gem 'fivemat', '~> 1.3.7'
gem 'webmock', '~> 3.18.1'
gem 'webmock', '~> 3.19.1'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.7.0'
gem 'capybara', '~> 3.39.2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -375,7 +375,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.8)
rack-test (2.1.0)
Expand Down Expand Up @@ -539,7 +539,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.18.1)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -653,7 +653,7 @@ DEPENDENCIES
unidecoder (~> 1.1.0)
vpim (~> 13.11.11)
web-console (>= 3.3.0)
webmock (~> 3.18.1)
webmock (~> 3.19.1)
will_paginate (~> 4.0.0)
xapian-full-alaveteli (~> 1.4.22.1)
xml-simple (~> 1.1.9)
Expand Down

0 comments on commit 6ef6cba

Please sign in to comment.