Skip to content

Commit

Permalink
Update dependency faraday to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 11439ba commit c08467f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'sidekiq'

# Services gems
gem 'minigit', '~> 0.0.4'
gem 'net-ssh', '~> 7.3.0'
gem 'net-ssh', '~> 7.2.0'

gem 'awesome_spawn', '~> 1.6'
gem 'default_value_for', '~> 4.0'
Expand All @@ -41,7 +41,7 @@ gem 'rugged', :require => false

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

group :development, :test do
gem 'rspec'
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
net-ssh (7.3.0)
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand All @@ -193,9 +193,8 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
Expand Down Expand Up @@ -315,9 +314,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.9.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
faraday (> 0.8, < 2.0)
sidecloq (0.5.0)
concurrent-ruby
redis-client (>= 0.14.0)
Expand Down Expand Up @@ -387,8 +386,8 @@ DEPENDENCIES
manageiq-style (>= 1.4)
minigit (~> 0.0.4)
more_core_extensions (~> 4.4)
net-ssh (~> 7.3.0)
octokit (~> 4.25.0)
net-ssh (~> 7.2.0)
octokit (~> 4.8.0)
pg
puma
rails (~> 6.1.0, >= 6.1.7.8)
Expand Down

0 comments on commit c08467f

Please sign in to comment.