diff --git a/hooks/ruby/delete-repository-event/Gemfile b/hooks/ruby/delete-repository-event/Gemfile index 5c45f5d..462fedd 100644 --- a/hooks/ruby/delete-repository-event/Gemfile +++ b/hooks/ruby/delete-repository-event/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "octokit" +gem "octokit", ">= 4.23.0" gem "sinatra" diff --git a/hooks/ruby/delete-repository-event/Gemfile.lock b/hooks/ruby/delete-repository-event/Gemfile.lock index bba5b71..b838f8d 100644 --- a/hooks/ruby/delete-repository-event/Gemfile.lock +++ b/hooks/ruby/delete-repository-event/Gemfile.lock @@ -1,32 +1,25 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) base64 (0.2.0) - faraday (1.5.1) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - faraday-patron (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - multipart-post (2.1.1) + 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) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - octokit (4.6.2) - sawyer (~> 0.8.0, >= 0.5.3) - public_suffix (5.0.4) + net-http (0.9.1) + uri (>= 0.11.1) + octokit (10.0.0) + faraday (>= 1, < 3) + sawyer (~> 0.9) + public_suffix (6.0.2) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -34,9 +27,9 @@ GEM rack-session (2.0.0) rack (>= 3.0.0) ruby2_keywords (0.0.5) - sawyer (0.8.2) + sawyer (0.9.3) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) sinatra (4.0.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) @@ -44,13 +37,14 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.3.0) + uri (1.1.1) PLATFORMS ruby DEPENDENCIES - octokit + octokit (>= 4.23.0) sinatra BUNDLED WITH - 1.14.6 + 2.3.27