Skip to content

Commit 13aa442

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 6336bbf commit 13aa442

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,12 @@ GEM
2828
domain_name (0.5.20190701)
2929
unf (>= 0.0.5, < 1.0.0)
3030
drb (2.2.3)
31-
faraday (1.5.1)
32-
faraday-em_http (~> 1.0)
33-
faraday-em_synchrony (~> 1.0)
34-
faraday-excon (~> 1.1)
35-
faraday-httpclient (~> 1.0.1)
36-
faraday-net_http (~> 1.0)
37-
faraday-net_http_persistent (~> 1.1)
38-
faraday-patron (~> 1.0)
39-
multipart-post (>= 1.2, < 3)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-em_http (1.0.0)
42-
faraday-em_synchrony (1.0.0)
43-
faraday-excon (1.1.0)
44-
faraday-httpclient (1.0.1)
45-
faraday-net_http (1.0.1)
46-
faraday-net_http_persistent (1.2.0)
47-
faraday-patron (1.0.0)
31+
faraday (2.14.1)
32+
faraday-net_http (>= 2.0, < 3.5)
33+
json
34+
logger
35+
faraday-net_http (3.4.2)
36+
net-http (~> 0.5)
4837
ffi (1.15.5)
4938
ffi-compiler (1.0.1)
5039
ffi (>= 1.0.0)
@@ -68,9 +57,11 @@ GEM
6857
minitest (6.0.5)
6958
drb (~> 2.0)
7059
prism (~> 1.5)
71-
multipart-post (2.1.1)
72-
octokit (4.12.0)
73-
sawyer (~> 0.8.0, >= 0.5.3)
60+
net-http (0.9.1)
61+
uri (>= 0.11.1)
62+
octokit (10.0.0)
63+
faraday (>= 1, < 3)
64+
sawyer (~> 0.9)
7465
prism (1.9.0)
7566
public_suffix (7.0.5)
7667
rake (13.4.2)
@@ -88,10 +79,9 @@ GEM
8879
diff-lcs (>= 1.2.0, < 2.0)
8980
rspec-support (~> 3.13.0)
9081
rspec-support (3.13.7)
91-
ruby2_keywords (0.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)