Skip to content

Commit

Permalink
Merge pull request #719 from ManageIQ/renovate/octokit-monorepo
Browse files Browse the repository at this point in the history
Update dependency octokit to '~> 4.25.0'
  • Loading branch information
Fryguy authored Oct 4, 2024
2 parents 039f471 + 0f42736 commit 11439ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'rugged', :require => false

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

group :development, :test do
gem 'rspec'
Expand Down
37 changes: 30 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,31 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -172,8 +193,9 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
Expand Down Expand Up @@ -278,6 +300,7 @@ GEM
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
rugged (1.7.2)
Expand All @@ -292,9 +315,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
sidecloq (0.5.0)
concurrent-ruby
redis-client (>= 0.14.0)
Expand Down Expand Up @@ -365,7 +388,7 @@ DEPENDENCIES
minigit (~> 0.0.4)
more_core_extensions (~> 4.4)
net-ssh (~> 7.3.0)
octokit (~> 4.8.0)
octokit (~> 4.25.0)
pg
puma
rails (~> 6.1.0, >= 6.1.7.8)
Expand Down

0 comments on commit 11439ba

Please sign in to comment.