diff --git a/Gemfile b/Gemfile index 8481e6e..55ecf28 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "bootsnap", require: false gem "faraday", "~> 2.14" # HTTP client library. -gem "http", "~> 5.3" +gem "http", "~> 6.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 7ec6ddd..a33b4de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,29 +127,17 @@ GEM logger faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.2-aarch64-linux-gnu) - ffi (1.17.2-arm-linux-gnu) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x86-linux-gnu) - ffi (1.17.2-x86_64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) hashdiff (1.2.1) - http (5.3.1) - addressable (~> 2.8) + http (6.0.2) http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.5.0) - http-cookie (1.0.8) + llhttp (~> 0.6.1) + http-cookie (1.1.0) domain_name (~> 0.5) - http-form_data (2.3.0) i18n (1.14.8) concurrent-ruby (~> 1.0) importmap-rails (2.2.3) @@ -165,9 +153,7 @@ GEM json (2.19.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - llhttp-ffi (0.5.1) - ffi-compiler (~> 1.0) - rake (~> 13.0) + llhttp (0.6.1) logger (1.7.0) loofah (2.25.1) crass (~> 1.0.2) @@ -431,7 +417,7 @@ DEPENDENCIES debug factory_bot_rails faraday (~> 2.14) - http (~> 5.3) + http (~> 6.0) importmap-rails pg (~> 1.6) props_template (~> 1.0.1)