Skip to content

Commit

Permalink
#474 webmock up
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jul 15, 2024
1 parent b1d3de3 commit d9d3859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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'
gem 'upwork-api', '1.3.5'
gem 'webmock', '3.18.1', require: false
gem 'webmock', '~>3.23', require: false
gem 'xcop', '~>0'
gem 'zache', '~>0'
gem 'zold', '0.31.8'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,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 @@ -412,7 +412,7 @@ DEPENDENCIES
thin (= 1.8.2)
total (~> 0)
upwork-api (= 1.3.5)
webmock (= 3.18.1)
webmock (~> 3.23)
xcop (~> 0)
zache (~> 0)
zold (= 0.31.8)
Expand Down

0 comments on commit d9d3859

Please sign in to comment.