Skip to content

Commit 83d005d

Browse files
Bump octokit from 9.2.0 to 10.0.0
Bumps [octokit](https://github.com/octokit/octokit.rb) from 9.2.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@v9.2.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 2d0288a commit 83d005d

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "octokit", "~> 9.2"
5+
gem "octokit", "~> 10.0"
66
gem "prometheus-client"
77
gem "slop"
88

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ GEM
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.2.0)
77
diff-lcs (1.5.1)
8-
faraday (2.12.0)
9-
faraday-net_http (>= 2.0, < 3.4)
8+
faraday (2.13.0)
9+
faraday-net_http (>= 2.0, < 3.5)
1010
json
1111
logger
12-
faraday-net_http (3.3.0)
13-
net-http
14-
json (2.7.2)
15-
logger (1.6.1)
16-
net-http (0.4.1)
12+
faraday-net_http (3.4.0)
13+
net-http (>= 0.5.0)
14+
json (2.11.3)
15+
logger (1.7.0)
16+
net-http (0.6.0)
1717
uri
18-
octokit (9.2.0)
18+
octokit (10.0.0)
1919
faraday (>= 1, < 3)
2020
sawyer (~> 0.9)
2121
prometheus-client (4.2.4)
@@ -38,13 +38,13 @@ GEM
3838
addressable (>= 2.3.5)
3939
faraday (>= 0.17.3, < 3)
4040
slop (4.10.1)
41-
uri (0.13.2)
41+
uri (1.0.3)
4242

4343
PLATFORMS
4444
ruby
4545

4646
DEPENDENCIES
47-
octokit (~> 9.2)
47+
octokit (~> 10.0)
4848
prometheus-client
4949
rspec
5050
slop

0 commit comments

Comments
 (0)