Skip to content

Commit

Permalink
Bump octokit from 4.25.1 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.25.1 to 8.0.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@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] authored Oct 31, 2023
1 parent 4a25d74 commit 77d65d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem "jbuilder", "~> 2.11"
# gem 'capistrano-rails', group: :development

# Github
gem "octokit", "~> 4.25"
gem "octokit", "~> 8.0"

# Bug tracking with bugsnag
gem "bugsnag"
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bcrypt (3.1.18)
bindex (0.8.1)
bugsnag (6.24.2)
Expand Down Expand Up @@ -154,7 +155,8 @@ GEM
railties (>= 5.0.0)
faker (2.21.0)
i18n (>= 1.8.11, < 2)
faraday (2.7.4)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -263,7 +265,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
octokit (4.25.1)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (1.9.2)
Expand All @@ -289,7 +291,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
Expand Down Expand Up @@ -499,7 +501,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.8)
memoist
octokit (~> 4.25)
octokit (~> 8.0)
omniauth-github
omniauth-rails_csrf_protection (~> 0.1)
paper_trail
Expand Down

0 comments on commit 77d65d3

Please sign in to comment.