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 Jan 27, 2025
1 parent ee6ca79 commit 5324296
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion toolbox/github/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'git', '~>1.18'
gem 'octokit', '~>6.1'
gem 'octokit', '~>9.0'
27 changes: 17 additions & 10 deletions toolbox/github/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
faraday (2.7.8)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
git (1.18.0)
addressable (~> 2.8)
rchardet (~> 1.8)
octokit (6.1.1)
json (2.9.1)
logger (1.6.5)
net-http (0.6.0)
uri
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
public_suffix (5.0.1)
public_suffix (6.0.1)
rchardet (1.8.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
uri (1.0.2)

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
git (~> 1.18)
octokit (~> 6.1)
octokit (~> 9.0)

BUNDLED WITH
2.4.13

0 comments on commit 5324296

Please sign in to comment.