Skip to content

Commit

Permalink
major(deps): update dependency octokit to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent fb95741 commit d106f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'
gem 'faraday-retry', '~> 2.2'
gem 'octokit', '~> 7.0'
gem 'octokit', '~> 8.0'

group :development, :test do
gem 'rake', '~> 13.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
faraday (~> 2.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
octokit (7.2.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
Expand Down Expand Up @@ -53,7 +53,7 @@ PLATFORMS

DEPENDENCIES
faraday-retry (~> 2.2)
octokit (~> 7.0)
octokit (~> 8.0)
rake (~> 13.0)
rubocop (~> 1.28)

Expand Down

0 comments on commit d106f15

Please sign in to comment.