Skip to content

Commit

Permalink
Bump octokit from 7.2.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 7.2.0 to 8.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@v7.2.0...v8.0.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 Oct 31, 2023
1 parent 805feab commit 3bcc054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "octokit", "~> 7.2"
gem "octokit", "~> 8.0"
gem "prometheus-client"
gem "slop"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
octokit (7.2.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.2.1)
Expand Down Expand Up @@ -47,7 +47,7 @@ PLATFORMS
ruby

DEPENDENCIES
octokit (~> 7.2)
octokit (~> 8.0)
prometheus-client
rake
rspec
Expand Down

0 comments on commit 3bcc054

Please sign in to comment.