Skip to content

Commit

Permalink
Bump octokit from 6.1.0 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.0 to 7.2.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.0...v7.2.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 5, 2023
1 parent 26f504c commit 851b6e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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", "~> 6.1"
gem "octokit", "~> 7.2"
gem "prometheus-client"
gem "slop"

Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (2.7.4)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
octokit (6.1.0)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.1.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
rake (13.0.6)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -45,7 +47,7 @@ PLATFORMS
ruby

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

0 comments on commit 851b6e2

Please sign in to comment.