Skip to content

Commit

Permalink
major(deps): update dependency octokit to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent 937b340 commit c5c2971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "octokit", "~> 8.0"
gem "octokit", "~> 9.0"
gem "faraday-retry", "~> 2.2"
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
public_suffix (5.0.4)
public_suffix (5.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -27,7 +25,7 @@ PLATFORMS

DEPENDENCIES
faraday-retry (~> 2.2)
octokit (~> 8.0)
octokit (~> 9.0)

BUNDLED WITH
2.4.12

0 comments on commit c5c2971

Please sign in to comment.