diff --git a/Gemfile b/Gemfile index 756680f..973d542 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 cb6dacc..0d708b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,8 +75,8 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.9) + public_suffix (>= 2.0.2, < 8.0) annotate (2.6.5) activerecord (>= 2.3.0) rake (>= 0.8.7) @@ -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.1) 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.18.1) 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.0) crass (~> 1.0.2) @@ -239,7 +225,7 @@ GEM psych (5.3.1) date stringio - public_suffix (6.0.2) + public_suffix (7.0.5) puma (7.2.0) nio4r (~> 2.0) raabro (1.4.0) @@ -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.0)