Skip to content

Commit

Permalink
Merge pull request #27 from zerocracy/renovate/faraday-2.x
Browse files Browse the repository at this point in the history
Update dependency faraday to v2.9.1
  • Loading branch information
yegor256 authored Jun 7, 2024
2 parents 898e66b + 720961e commit 9696388
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 @@ -26,7 +26,7 @@ source 'https://rubygems.org'

# gem 'factbase', path: '/code/gems/factbase'
gem 'factbase', '~>0.0'
gem 'faraday', '2.9.0'
gem 'faraday', '2.9.1'
gem 'faraday-http-cache', '2.5.1'
gem 'faraday-retry', '2.2.1'
gem 'judges', '~>0.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
loog (~> 0.2)
nokogiri (~> 1.10)
yaml (~> 0.3)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
Expand Down Expand Up @@ -93,7 +93,7 @@ PLATFORMS

DEPENDENCIES
factbase (~> 0.0)
faraday (= 2.9.0)
faraday (= 2.9.1)
faraday-http-cache (= 2.5.1)
faraday-retry (= 2.2.1)
judges (~> 0.3)
Expand Down

0 comments on commit 9696388

Please sign in to comment.