Skip to content

Commit

Permalink
Bump octokit from 6.1.1 to 7.2.0 in /updater (#1386)
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.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.1...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent cdcb3b7 commit a7d39bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "dependabot-omnibus", "~>0.278.0"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "ffde6f6"

gem "http", "~> 5.2"
gem "octokit", "6.1.1"
gem "octokit", "7.2.0"
gem "opentelemetry-exporter-otlp", "~> 0.29"
gem "opentelemetry-instrumentation-excon", "~> 0.22"
gem "opentelemetry-instrumentation-faraday", "~> 0.24"
Expand Down
4 changes: 2 additions & 2 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (6.1.1)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
opentelemetry-api (1.4.0)
Expand Down Expand Up @@ -381,7 +381,7 @@ DEPENDENCIES
flamegraph (~> 0.9.5)
gpgme (~> 2.0)
http (~> 5.2)
octokit (= 6.1.1)
octokit (= 7.2.0)
opentelemetry-exporter-otlp (~> 0.29)
opentelemetry-instrumentation-excon (~> 0.22)
opentelemetry-instrumentation-faraday (~> 0.24)
Expand Down

0 comments on commit a7d39bd

Please sign in to comment.