diff --git a/api/ruby/discovering-resources-for-a-user/Gemfile b/api/ruby/discovering-resources-for-a-user/Gemfile index aa83b84..5651d71 100644 --- a/api/ruby/discovering-resources-for-a-user/Gemfile +++ b/api/ruby/discovering-resources-for-a-user/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "octokit", "~> 3.0" +gem "octokit", "~> 4.23", ">= 4.23.0" diff --git a/api/ruby/discovering-resources-for-a-user/Gemfile.lock b/api/ruby/discovering-resources-for-a-user/Gemfile.lock index cbcabb1..6dc3e33 100644 --- a/api/ruby/discovering-resources-for-a-user/Gemfile.lock +++ b/api/ruby/discovering-resources-for-a-user/Gemfile.lock @@ -1,18 +1,32 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.8) - faraday (0.9.0) - multipart-post (>= 1.2, < 3) - multipart-post (2.0.0) - octokit (3.7.0) - sawyer (~> 0.6.0, >= 0.5.3) - sawyer (0.6.0) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + json (2.18.1) + logger (1.7.0) + net-http (0.9.1) + uri (>= 0.11.1) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + public_suffix (6.0.2) + sawyer (0.9.3) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + uri (1.1.1) PLATFORMS ruby DEPENDENCIES - octokit (~> 3.0) + octokit (~> 4.23, >= 4.23.0) + +BUNDLED WITH + 2.3.27