Skip to content

Commit b657d8c

Browse files
chore(deps): Bump octokit from 9.2.0 to 10.0.0 (#1503)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08441ad commit b657d8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem "kramdown-parser-gfm"
1717
gem "rake"
1818
## To retrieve a list of contributors from GitHub
1919
gem "faraday-retry", "~> 2.3"
20-
gem "octokit", "~> 9.2"
20+
gem "octokit", "~> 10.0"
2121
## To generate ERB files from ronn files from rubygems/rubygems
2222
gem "nronn"
2323
## To strip (man:strip_pages)

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
drb (2.2.1)
5555
erubi (1.13.1)
5656
execjs (2.10.0)
57-
faraday (2.12.2)
57+
faraday (2.13.1)
5858
faraday-net_http (>= 2.0, < 3.5)
5959
json
6060
logger
@@ -158,7 +158,7 @@ GEM
158158
kramdown-parser-gfm (>= 1.0.1, < 1.2)
159159
mustache (~> 1.0)
160160
nokogiri (~> 1.10, >= 1.10.10)
161-
octokit (9.2.0)
161+
octokit (10.0.0)
162162
faraday (>= 1, < 3)
163163
sawyer (~> 0.9)
164164
padrino-helpers (0.15.3)
@@ -261,7 +261,7 @@ DEPENDENCIES
261261
middleman-syntax
262262
nokogiri (~> 1.18)
263263
nronn
264-
octokit (~> 9.2)
264+
octokit (~> 10.0)
265265
pry-byebug
266266
rake
267267
rubocop

0 commit comments

Comments
 (0)