Skip to content

Commit

Permalink
chore(deps): Bump octokit from 6.1.1 to 7.0.0 (#1200)
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 7.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@v6.1.1...v7.0.0)

---
updated-dependencies:
- dependency-name: octokit
  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>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 16e1289 commit 92757f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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", "~> 6.1"
gem "octokit", "~> 7.0"
## To generate ERB files from ronn files from rubygems/rubygems
gem "ronn-ng", github: "apjanke/ronn-ng"
## To strip (man:strip_pages)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
dotenv (2.8.1)
erubis (2.7.0)
execjs (2.8.1)
faraday (2.7.5)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
octokit (6.1.1)
octokit (7.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.23)
Expand All @@ -160,7 +160,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.6.4)
rainbow (3.1.1)
Expand Down Expand Up @@ -231,7 +231,7 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.15)
octokit (~> 6.1)
octokit (~> 7.0)
pry-byebug
rake
ronn-ng!
Expand Down

0 comments on commit 92757f2

Please sign in to comment.