Skip to content

Commit

Permalink
Update octokit to version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Nov 6, 2023
1 parent 9c57c52 commit 6108d9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'faraday-retry', '~> 2.2'
gem 'octokit', '~> 7.0'
gem 'octokit', '~> 8.0'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'redis', '~> 5.0'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
eventmachine (1.2.7)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand All @@ -33,7 +34,7 @@ GEM
mock_redis (0.37.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
octokit (7.1.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
Expand Down Expand Up @@ -132,7 +133,7 @@ DEPENDENCIES
faraday-retry (~> 2.2)
foreman
mock_redis (~> 0.19)
octokit (~> 7.0)
octokit (~> 8.0)
pry (~> 0.12)
rack-cors (~> 2.0)
rack-test (~> 2.0)
Expand Down

0 comments on commit 6108d9e

Please sign in to comment.