Skip to content

Commit

Permalink
Update octokit to version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Aug 4, 2023
1 parent 4d0f7e7 commit 7f40e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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', '~> 6.1'
gem 'octokit', '~> 7.0'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'redis', '~> 5.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
chronic (0.10.2)
Expand All @@ -13,7 +13,7 @@ GEM
diff-lcs (1.5.0)
docile (1.4.0)
eventmachine (1.2.7)
faraday (2.7.6)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand All @@ -33,7 +33,7 @@ GEM
ruby2_keywords
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
octokit (6.1.1)
octokit (7.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.23.0)
Expand All @@ -43,7 +43,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.7)
rack-cors (2.0.1)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
faraday-retry (~> 2.2)
foreman
mock_redis (~> 0.19)
octokit (~> 6.1)
octokit (~> 7.0)
pry (~> 0.12)
rack-cors (~> 2.0)
rack-test (~> 2.0)
Expand Down

0 comments on commit 7f40e86

Please sign in to comment.