Skip to content

Commit

Permalink
Update dependency webmock to v3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent ae3bd58 commit cab48f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ gem 'rspec-rails', '6.1.4', require: false
gem 'rubocop', '1.65.1', 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.24.0', require: false
gem 'xcop', '>=0.6', require: false
gem 'yard', '0.9.37', require: false
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.1.0)
hashdiff (1.1.1)
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.3.8)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand Down Expand Up @@ -274,7 +273,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 +296,7 @@ GEM
usagewatch (0.0.7)
usagewatch_ext (0.2.1)
usagewatch (~> 0.0.6)
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 @@ -331,7 +329,7 @@ DEPENDENCIES
rubocop (= 1.65.1)
rubocop-rspec (= 3.0.4)
simplecov (= 0.22.0)
webmock (= 3.23.1)
webmock (= 3.24.0)
xcop (>= 0.6)
yard (= 0.9.37)
zold!
Expand Down

0 comments on commit cab48f2

Please sign in to comment.