Skip to content

Commit

Permalink
chore(deps): Bump octokit from 8.1.0 to 9.1.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 8.1.0 to 9.1.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@v8.1.0...v9.1.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent f1490ac commit 81301ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "kramdown"
gem "rake"
## To retrieve a list of contributors from GitHub
gem "faraday-retry", "~> 2.2"
gem "octokit", "~> 8.1"
gem "octokit", "~> 9.1"
## To generate ERB files from ronn files from rubygems/rubygems
gem "nronn"
## To strip (man:strip_pages)
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
ruby2_keywords
erubis (2.7.0)
execjs (2.9.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand Down Expand Up @@ -148,8 +148,7 @@ GEM
kramdown-parser-gfm (>= 1.0.1, < 1.2)
mustache (~> 1.0)
nokogiri (~> 1.10, >= 1.10.10)
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.16.3)
Expand All @@ -173,7 +172,7 @@ GEM
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.1.1)
racc (1.8.0)
rack (2.2.8.1)
rainbow (3.1.1)
Expand Down Expand Up @@ -251,7 +250,7 @@ DEPENDENCIES
middleman-syntax
nokogiri (~> 1.16)
nronn
octokit (~> 8.1)
octokit (~> 9.1)
pry-byebug
rake
rubocop
Expand Down

0 comments on commit 81301ed

Please sign in to comment.