Skip to content

Commit

Permalink
Chore: Bump Octokit (#4765)
Browse files Browse the repository at this point in the history
Because:
- We were a major version behind.
  • Loading branch information
KevinMulhern committed Aug 17, 2024
1 parent a4f960e commit de9b6bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'kramdown', '~> 2.4'
gem 'kramdown-parser-gfm'
gem 'newrelic_rpm', '~> 9.7'
gem 'noticed', '~> 1.6'
gem 'octokit', '~> 8.1'
gem 'octokit', '~> 9.1'
gem 'omniauth-github', '~> 2.0.1'
gem 'omniauth-google-oauth2', '~> 1.1.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (2.1.2)
Expand Down Expand Up @@ -627,7 +626,7 @@ DEPENDENCIES
lookbook (~> 2.2.1)
newrelic_rpm (~> 9.7)
noticed (~> 1.6)
octokit (~> 8.1)
octokit (~> 9.1)
omniauth-github (~> 2.0.1)
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0)
Expand Down

0 comments on commit de9b6bc

Please sign in to comment.