Skip to content

Commit

Permalink
Update octokit requirement from ~> 4.16 to >= 4.16, < 9.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...v8.0.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 Oct 31, 2023
1 parent 7ada2c5 commit f1081fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 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, < 9.0)
rails (~> 7.0.1)
sidekiq (>= 6.4, < 7.0)
sprockets-rails
Expand Down Expand Up @@ -79,9 +79,10 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
chef-utils (17.10.0)
concurrent-ruby
Expand All @@ -102,10 +103,11 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-net_http (3.0.2)
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.0.1)
Expand Down Expand Up @@ -142,7 +144,7 @@ GEM
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
Expand All @@ -151,7 +153,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
public_suffix (5.0.3)
racc (1.6.2)
rack (2.2.6.3)
rack-test (2.0.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", "< 9.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 f1081fd

Please sign in to comment.