diff --git a/Gemfile b/Gemfile index 65227c9..7fd5fd6 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "sidekiq" gem "omniauth" gem "omniauth-github" gem "omniauth-rails_csrf_protection" -gem "octokit", "~> 6.0" +gem "octokit", "~> 10.0" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index 6162a3f..3de640f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.12.2) + json (2.13.0) jwt (3.1.2) base64 kamal (2.7.0) @@ -205,7 +205,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0, >= 2.0.3) version_gem (>= 1.1.8, < 3) - octokit (6.1.1) + octokit (10.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.3) @@ -425,7 +425,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - octokit (~> 6.0) + octokit (~> 10.0) omniauth omniauth-github omniauth-rails_csrf_protection