Skip to content

Commit

Permalink
Merge pull request #713 from ManageIQ/renovate/faraday-http-cache-2.x
Browse files Browse the repository at this point in the history
Update dependency faraday-http-cache to '~> 2.5.0'
  • Loading branch information
bdunne authored Sep 23, 2024
2 parents abe2570 + d0f44a1 commit 8a4bc8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'more_core_extensions', '~> 4.4', :require => 'more_core_extensions/all'
gem 'rugged', :require => false

gem 'faraday'
gem 'faraday-http-cache', '~> 2.0.0'
gem 'faraday-http-cache', '~> 2.5.0'
gem 'octokit', '~> 4.8.0', :require => false

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ GEM
railties (>= 5.0.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -384,7 +384,7 @@ DEPENDENCIES
default_value_for (~> 4.0)
factory_bot_rails
faraday
faraday-http-cache (~> 2.0.0)
faraday-http-cache (~> 2.5.0)
foreman
haml_lint (~> 0.51)
irb
Expand Down

0 comments on commit 8a4bc8b

Please sign in to comment.