Skip to content

Commit

Permalink
Update dependency octokit to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 11a47e9 commit 0c15295
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 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', '~> 9.1.0', :require => false

group :development, :test do
gem 'rspec'
Expand Down
25 changes: 16 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ 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 (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-net_http (3.3.0)
net-http
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
Expand Down Expand Up @@ -153,7 +157,8 @@ GEM
more_core_extensions (4.5.0)
activesupport
sync
multipart-post (2.4.1)
net-http (0.4.1)
uri
net-imap (0.4.13)
date
net-protocol
Expand All @@ -172,8 +177,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 (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
Expand All @@ -183,7 +189,7 @@ GEM
pg (1.5.8)
psych (5.1.2)
stringio
public_suffix (5.1.1)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down Expand Up @@ -292,9 +298,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 @@ -335,6 +341,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -365,7 +372,7 @@ DEPENDENCIES
minigit (~> 0.0.4)
more_core_extensions (~> 4.4)
net-ssh (~> 7.3.0)
octokit (~> 4.8.0)
octokit (~> 9.1.0)
pg
puma
rails (~> 6.1.0, >= 6.1.7.8)
Expand Down

0 comments on commit 0c15295

Please sign in to comment.