Skip to content

Commit

Permalink
Update dependency webmock to v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent f67342c commit c15d71d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'simplecov', '0.22.0', require: false
gem 'webmock', '3.23.1', require: false
gem 'webmock', '3.25.0', require: false
gem 'xcop', '>=0.6', require: false
gem 'yard', '0.9.37', require: false
25 changes: 17 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
ast (2.4.2)
backtrace (0.4.0)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.1.0)
hashdiff (1.1.2)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (6.0.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.9)
rack-protection (3.2.0)
Expand Down Expand Up @@ -223,8 +223,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.4)
strscan
rexml (3.4.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand Down Expand Up @@ -255,6 +254,14 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
Expand All @@ -274,7 +281,6 @@ GEM
tilt (~> 2.0)
slop (4.10.1)
stringio (3.1.1)
strscan (3.1.0)
sys-proctable (1.3.0)
ffi (~> 1.1)
sys-uname (1.3.0)
Expand All @@ -298,7 +304,7 @@ GEM
usagewatch (0.0.7)
usagewatch_ext (0.2.1)
usagewatch (~> 0.0.6)
webmock (3.23.1)
webmock (3.25.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -331,9 +337,12 @@ DEPENDENCIES
random-port (~> 0)
rspec-rails (= 6.1.4)
rubocop (= 1.65.1)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (= 3.0.4)
simplecov (= 0.22.0)
webmock (= 3.23.1)
webmock (= 3.25.0)
xcop (>= 0.6)
yard (= 0.9.37)
zold!
Expand Down

0 comments on commit c15d71d

Please sign in to comment.