Skip to content

Commit

Permalink
Bump octokit from 6.1.1 to 8.1.0 in /updater
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 6.1.1 to 8.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@v6.1.1...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 15, 2024
1 parent 9e7396e commit 627757b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "gitlab", "4.19.0"
spec.add_dependency "json", "< 2.7"
spec.add_dependency "nokogiri", "~> 1.8"
spec.add_dependency "octokit", ">= 4.6", "< 7.0"
spec.add_dependency "octokit", ">= 4.6", "< 9.0"
spec.add_dependency "opentelemetry-sdk", "~> 1.3"
spec.add_dependency "parser", ">= 2.5", "< 4.0"
spec.add_dependency "psych", "~> 5.0"
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "dependabot-swift", path: "../swift"
gem "dependabot-terraform", path: "../terraform"

gem "http", "~> 5.1"
gem "octokit", "6.1.1"
gem "octokit", "8.1.0"
gem "opentelemetry-exporter-otlp", "~> 0.26"
gem "opentelemetry-instrumentation-excon", "~> 0.22"
gem "opentelemetry-instrumentation-faraday", "~> 0.23"
Expand Down
13 changes: 7 additions & 6 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PATH
gitlab (= 4.19.0)
json (< 2.7)
nokogiri (~> 1.8)
octokit (>= 4.6, < 7.0)
octokit (>= 4.6, < 9.0)
opentelemetry-sdk (~> 1.3)
parser (>= 2.5, < 4.0)
psych (~> 5.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.3.0)
Expand All @@ -158,7 +158,7 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
base64 (0.2.0)
citrus (3.0.2)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
Expand Down Expand Up @@ -224,7 +224,8 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
octokit (8.1.0)
base64
faraday (>= 1, < 3)
sawyer (~> 0.9)
opentelemetry-api (1.2.3)
Expand Down Expand Up @@ -273,7 +274,7 @@ GEM
racc
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
Expand Down Expand Up @@ -381,7 +382,7 @@ DEPENDENCIES
dependabot-terraform!
gpgme (~> 2.0)
http (~> 5.1)
octokit (= 6.1.1)
octokit (= 8.1.0)
opentelemetry-exporter-otlp (~> 0.26)
opentelemetry-instrumentation-excon (~> 0.22)
opentelemetry-instrumentation-faraday (~> 0.23)
Expand Down

0 comments on commit 627757b

Please sign in to comment.