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 26, 2023
1 parent 09aa9a1 commit 64bc09a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
chronic (0.10.2)
coderay (1.1.3)
connection_pool (2.4.1)
Expand All @@ -13,7 +14,8 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
eventmachine (1.2.7)
faraday (2.7.10)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand All @@ -32,7 +34,7 @@ GEM
mock_redis (0.40.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 All @@ -42,7 +44,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
rack-cors (2.0.1)
Expand Down Expand Up @@ -130,7 +132,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 64bc09a

Please sign in to comment.