Skip to content

Commit

Permalink
Update octokit to version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jun 17, 2024
1 parent 9c83016 commit c2bdbaa
Show file tree
Hide file tree
Showing 2 changed files with 5 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', '~> 8.0'
gem 'octokit', '~> 9.1'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'redis', '~> 5.0'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand All @@ -34,8 +34,7 @@ GEM
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.24.0)
Expand All @@ -45,7 +44,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.5)
public_suffix (5.1.1)
racc (1.8.0)
rack (3.0.9.1)
rack-cors (2.0.2)
Expand Down Expand Up @@ -139,7 +138,7 @@ PLATFORMS
DEPENDENCIES
faraday-retry (~> 2.2)
mock_redis (~> 0.19)
octokit (~> 8.0)
octokit (~> 9.1)
pry (~> 0.12)
rack-cors (~> 2.0)
rack-test (~> 2.0)
Expand Down

0 comments on commit c2bdbaa

Please sign in to comment.