Skip to content

Commit 41a20b0

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): update dependency octokit to v10
1 parent 0aadcb2 commit 41a20b0

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

33
gem 'rake', '~> 13.0'
4-
gem 'octokit', '~> 4.7'
4+
gem 'octokit', '~> 10.0'
55
gem 'conventional-changelog', '~> 1.3'
66
gem 'bump', '~> 0.5'

Gemfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
bump (0.10.0)
77
conventional-changelog (1.3.0)
8-
faraday (2.9.0)
9-
faraday-net_http (>= 2.0, < 3.2)
10-
faraday-net_http (3.1.0)
11-
net-http
12-
net-http (0.4.1)
8+
faraday (2.13.1)
9+
faraday-net_http (>= 2.0, < 3.5)
10+
json
11+
logger
12+
faraday-net_http (3.4.1)
13+
net-http (>= 0.5.0)
14+
json (2.12.2)
15+
logger (1.7.0)
16+
net-http (0.6.0)
1317
uri
14-
octokit (4.25.1)
18+
octokit (10.0.0)
1519
faraday (>= 1, < 3)
1620
sawyer (~> 0.9)
17-
public_suffix (5.0.4)
21+
public_suffix (6.0.2)
1822
rake (13.3.0)
1923
sawyer (0.9.2)
2024
addressable (>= 2.3.5)
2125
faraday (>= 0.17.3, < 3)
22-
uri (0.13.2)
26+
uri (1.0.3)
2327

2428
PLATFORMS
2529
ruby
2630

2731
DEPENDENCIES
2832
bump (~> 0.5)
2933
conventional-changelog (~> 1.3)
30-
octokit (~> 4.7)
34+
octokit (~> 10.0)
3135
rake (~> 13.0)
3236

3337
BUNDLED WITH

0 commit comments

Comments
 (0)