Skip to content

Commit

Permalink
Update dependency webmock to v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent 47ed072 commit 8d4f712
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.21.0', require: false
gem 'xcop', '0.7.1'
gem 'zache', '>=0.12.0'
gem 'zold', '0.31.8'
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
ast (2.4.2)
Expand Down Expand Up @@ -65,7 +65,8 @@ GEM
coinbase (4.2.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.5)
crack (0.4.6)
bigdecimal
rexml
daemons (1.4.1)
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -125,7 +126,7 @@ GEM
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
hashdiff (1.1.0)
hashie (5.0.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -315,7 +316,7 @@ GEM
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
webmock (3.18.1)
webmock (3.21.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -407,7 +408,7 @@ DEPENDENCIES
thin (= 1.8.2)
total (>= 0.2.0)
upwork-api (= 1.3.5)
webmock (= 3.18.1)
webmock (= 3.21.0)
xcop (= 0.7.1)
zache (>= 0.12.0)
zold (= 0.31.8)
Expand Down

0 comments on commit 8d4f712

Please sign in to comment.