Skip to content

Commit

Permalink
Update dependency webmock to v3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 6651a64 commit ada24f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gem 'telepost', '>=0.3.1'
gem 'thin', '1.8.2'
gem 'total', '>=0.2.0'
gem 'upwork-api', '1.3.5'
gem 'webmock', '3.18.1', require: false
gem 'webmock', '3.23.1', require: false
gem 'xcop', '0.7.1'
gem 'zache', '>=0.12.0'
gem 'zold', '0.31.8'
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
backtrace (0.4.0)
base58 (0.2.3)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bitcoin-ruby (0.0.20)
eventmachine
ffi
Expand Down Expand Up @@ -193,7 +193,7 @@ GEM
pg (~> 1.1)
random-port (~> 0.3)
plist (3.1.0)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.2.0)
Expand All @@ -217,7 +217,8 @@ GEM
retriable (3.1.2)
retriable_proxy (1.0.2)
retriable (>= 2.0, < 4.0)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -280,6 +281,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
strscan (3.1.0)
svg-graph (2.1.3)
syncem (0.2.0)
sys-proctable (1.3.0)
Expand Down Expand Up @@ -316,7 +318,7 @@ GEM
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
webmock (3.18.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -408,7 +410,7 @@ DEPENDENCIES
thin (= 1.8.2)
total (>= 0.2.0)
upwork-api (= 1.3.5)
webmock (= 3.18.1)
webmock (= 3.23.1)
xcop (= 0.7.1)
zache (>= 0.12.0)
zold (= 0.31.8)
Expand Down

0 comments on commit ada24f4

Please sign in to comment.