Skip to content

Commit 5324296

Browse files
Update dependency octokit to v9
1 parent ee6ca79 commit 5324296

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

toolbox/github/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

33
gem 'git', '~>1.18'
4-
gem 'octokit', '~>6.1'
4+
gem 'octokit', '~>9.0'

toolbox/github/Gemfile.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
5-
public_suffix (>= 2.0.2, < 6.0)
6-
faraday (2.7.8)
7-
faraday-net_http (>= 2.0, < 3.1)
8-
ruby2_keywords (>= 0.0.4)
9-
faraday-net_http (3.0.2)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
faraday (2.12.2)
7+
faraday-net_http (>= 2.0, < 3.5)
8+
json
9+
logger
10+
faraday-net_http (3.4.0)
11+
net-http (>= 0.5.0)
1012
git (1.18.0)
1113
addressable (~> 2.8)
1214
rchardet (~> 1.8)
13-
octokit (6.1.1)
15+
json (2.9.1)
16+
logger (1.6.5)
17+
net-http (0.6.0)
18+
uri
19+
octokit (9.2.0)
1420
faraday (>= 1, < 3)
1521
sawyer (~> 0.9)
16-
public_suffix (5.0.1)
22+
public_suffix (6.0.1)
1723
rchardet (1.8.0)
18-
ruby2_keywords (0.0.5)
1924
sawyer (0.9.2)
2025
addressable (>= 2.3.5)
2126
faraday (>= 0.17.3, < 3)
27+
uri (1.0.2)
2228

2329
PLATFORMS
2430
x86_64-darwin-21
31+
x86_64-linux
2532

2633
DEPENDENCIES
2734
git (~> 1.18)
28-
octokit (~> 6.1)
35+
octokit (~> 9.0)
2936

3037
BUNDLED WITH
3138
2.4.13

0 commit comments

Comments
 (0)