Skip to content

Commit 76e2102

Browse files
Update dependency octokit to v9
1 parent 41f33ad commit 76e2102

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

toolbox/github/Gemfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
4+
addressable (2.8.6)
55
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)
6+
faraday (2.9.1)
7+
faraday-net_http (>= 2.0, < 3.2)
8+
faraday-net_http (3.1.0)
9+
net-http
1010
git (1.18.0)
1111
addressable (~> 2.8)
1212
rchardet (~> 1.8)
13-
octokit (6.1.1)
13+
net-http (0.4.1)
14+
uri
15+
octokit (9.0.0)
1416
faraday (>= 1, < 3)
1517
sawyer (~> 0.9)
16-
public_suffix (5.0.1)
18+
public_suffix (5.0.5)
1719
rchardet (1.8.0)
18-
ruby2_keywords (0.0.5)
1920
sawyer (0.9.2)
2021
addressable (>= 2.3.5)
2122
faraday (>= 0.17.3, < 3)
23+
uri (0.13.0)
2224

2325
PLATFORMS
2426
x86_64-darwin-21
27+
x86_64-linux
2528

2629
DEPENDENCIES
2730
git (~> 1.18)
28-
octokit (~> 6.1)
31+
octokit (~> 9.0)
2932

3033
BUNDLED WITH
3134
2.4.13

0 commit comments

Comments
 (0)