Skip to content

Commit 88e6cf4

Browse files
chore: bump octokit from 4.12.0 to 10.0.0
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.12.0 to 10.0.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](octokit/octokit.rb@v4.12.0...v10.0.0) --- updated-dependencies: - dependency-name: octokit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f76e8c4 commit 88e6cf4

1 file changed

Lines changed: 16 additions & 26 deletions

File tree

Gemfile.lock

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.0)
18-
public_suffix (>= 2.0.2, < 5.0)
17+
addressable (2.9.0)
18+
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
2020
bigdecimal (4.1.2)
2121
chronic (0.10.2)
@@ -27,23 +27,12 @@ GEM
2727
domain_name (0.5.20190701)
2828
unf (>= 0.0.5, < 1.0.0)
2929
drb (2.2.3)
30-
faraday (1.5.1)
31-
faraday-em_http (~> 1.0)
32-
faraday-em_synchrony (~> 1.0)
33-
faraday-excon (~> 1.1)
34-
faraday-httpclient (~> 1.0.1)
35-
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.1)
37-
faraday-patron (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
39-
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-net_http (1.0.1)
45-
faraday-net_http_persistent (1.2.0)
46-
faraday-patron (1.0.0)
30+
faraday (2.14.1)
31+
faraday-net_http (>= 2.0, < 3.5)
32+
json
33+
logger
34+
faraday-net_http (3.4.2)
35+
net-http (~> 0.5)
4736
ffi (1.15.5)
4837
ffi-compiler (1.0.1)
4938
ffi (>= 1.0.0)
@@ -67,11 +56,13 @@ GEM
6756
minitest (6.0.5)
6857
drb (~> 2.0)
6958
prism (~> 1.5)
70-
multipart-post (2.1.1)
71-
octokit (4.12.0)
72-
sawyer (~> 0.8.0, >= 0.5.3)
59+
net-http (0.9.1)
60+
uri (>= 0.11.1)
61+
octokit (10.0.0)
62+
faraday (>= 1, < 3)
63+
sawyer (~> 0.9)
7364
prism (1.9.0)
74-
public_suffix (4.0.6)
65+
public_suffix (7.0.5)
7566
rake (13.4.2)
7667
rexml (3.4.4)
7768
rspec (3.13.2)
@@ -87,11 +78,10 @@ GEM
8778
diff-lcs (>= 1.2.0, < 2.0)
8879
rspec-support (~> 3.13.0)
8980
rspec-support (3.13.7)
90-
ruby2_keywords (0.0.4)
9181
safe_yaml (1.0.4)
92-
sawyer (0.8.2)
82+
sawyer (0.9.3)
9383
addressable (>= 2.3.5)
94-
faraday (> 0.8, < 2.0)
84+
faraday (>= 0.17.3, < 3)
9585
securerandom (0.4.1)
9686
timecop (0.9.1)
9787
tzinfo (2.0.6)

0 commit comments

Comments
 (0)