Skip to content

Commit

Permalink
Update octokit requirement from ~> 4.16 to >= 4.16, < 10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](octokit/octokit.rb@v4.25.1...v9.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 17, 2024
1 parent d5395bd commit 1733b50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
dotenv-rails
mixlib-archive (>= 0.4, < 2.0)
net-smtp
octokit (~> 4.16)
octokit (>= 4.16, < 10.0)
rails (~> 7.0.1)
sidekiq (>= 6.4, < 7.0)
sprockets-rails
Expand Down Expand Up @@ -79,8 +79,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
builder (3.2.4)
chef-utils (17.10.0)
Expand All @@ -102,15 +102,19 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.0.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.7.2)
logger (1.6.1)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -125,6 +129,8 @@ GEM
mixlib-log (3.0.9)
mixlib-shellout (3.2.7)
chef-utils
net-http (0.4.1)
uri
net-imap (0.2.3)
digest
net-protocol
Expand All @@ -142,7 +148,7 @@ GEM
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
Expand All @@ -151,7 +157,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
public_suffix (6.0.1)
racc (1.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
Expand Down Expand Up @@ -220,7 +226,6 @@ GEM
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -243,6 +248,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
uri (0.13.1)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion src/supermarket/engines/fieri/fieri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "dotenv-rails"
s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "octokit", "~> 4.16" # 4.16+ fixes deprecations in auth
s.add_dependency "octokit", ">= 4.16", "< 10.0" # 4.16+ fixes deprecations in auth
s.add_dependency "rails", "~> 7.0.1"
s.add_dependency "sidekiq", ">= 6.4", "< 7.0"
s.add_dependency "cookstyle", ">= 7.30"
Expand Down

0 comments on commit 1733b50

Please sign in to comment.