diff --git a/updater/Gemfile b/updater/Gemfile index 29632e2a689..194cc8d53c1 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -21,7 +21,7 @@ gem "dependabot-python", path: "../python" gem "dependabot-terraform", path: "../terraform" gem "activesupport", "~> 6.1.4" -gem "http", "~> 4.1" +gem "http", "~> 5.1" gem "octokit", "4.25.1" gem "sentry-raven", "~> 3.1" gem "terminal-table", "~> 3.0.2" diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 17a0904b43a..d71bc6c8a7d 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -160,7 +160,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.0) - ffi (1.15.0) + ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -168,17 +168,15 @@ GEM httparty (~> 0.20) terminal-table (>= 1.5.1) hashdiff (1.0.1) - http (4.4.1) - addressable (~> 2.3) + http (5.1.0) + addressable (~> 2.8) http-cookie (~> 1.0) http-form_data (~> 2.2) - http-parser (~> 1.2.0) + llhttp-ffi (~> 0.4.0) http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - http-parser (1.2.3) - ffi-compiler (>= 1.0, < 2.0) httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) @@ -205,6 +203,9 @@ GEM reverse_markdown (~> 1.0) rugged (>= 0.24, < 2.0) thor (>= 0.19, < 2.0) + llhttp-ffi (0.4.0) + ffi-compiler (~> 1.0) + rake (~> 13.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -226,7 +227,7 @@ GEM public_suffix (5.0.0) racc (1.6.0) rainbow (3.1.1) - rake (13.0.3) + rake (13.0.6) regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -317,7 +318,7 @@ DEPENDENCIES dependabot-pub! dependabot-python! dependabot-terraform! - http (~> 4.1) + http (~> 5.1) licensed (~> 3.7) octokit (= 4.25.1) rspec (~> 3.11)