Skip to content

Commit

Permalink
bump octokit to v7 (#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Sep 23, 2024
1 parent fa8d392 commit c2bc68c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PATH
gitlab (= 5.0.0)
json (< 2.7)
nokogiri (~> 1.8)
octokit (>= 4.6, < 7.0)
octokit (>= 4.6, < 8.0)
opentelemetry-sdk (~> 1.3)
parser (>= 2.5, < 4.0)
psych (~> 5.0)
Expand Down
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", "5.0.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", "< 8.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", "7.2.0"
gem "opentelemetry-exporter-otlp", "~> 0.26"
gem "opentelemetry-instrumentation-excon", "~> 0.22"
gem "opentelemetry-instrumentation-faraday", "~> 0.23"
Expand Down
6 changes: 3 additions & 3 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PATH
gitlab (= 5.0.0)
json (< 2.7)
nokogiri (~> 1.8)
octokit (>= 4.6, < 7.0)
octokit (>= 4.6, < 8.0)
opentelemetry-sdk (~> 1.3)
parser (>= 2.5, < 4.0)
psych (~> 5.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
opentelemetry-api (1.2.3)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
flamegraph (~> 0.9.5)
gpgme (~> 2.0)
http (~> 5.1)
octokit (= 6.1.1)
octokit (= 7.2.0)
opentelemetry-exporter-otlp (~> 0.26)
opentelemetry-instrumentation-excon (~> 0.22)
opentelemetry-instrumentation-faraday (~> 0.23)
Expand Down

0 comments on commit c2bc68c

Please sign in to comment.