diff --git a/Gemfile b/Gemfile index 69beb3a..577d50f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'dotenv', '~> 3.2' -gem 'http', '~> 5.3' +gem 'http', '~> 6.0' gem 'puma', '~> 7.2' gem 'rackup', '~> 2.3' gem 'rake', '~> 13.3' diff --git a/Gemfile.lock b/Gemfile.lock index 9a80216..5ab3fc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,19 +39,11 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.2) - ffi (1.17.2-x86_64-linux-gnu) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake - 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) ice_nine (0.11.2) io-console (0.8.2) json (2.19.2) @@ -60,9 +52,7 @@ GEM bigdecimal (>= 3.1, < 5) 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) mcp (0.9.2) json-schema (>= 4.1) @@ -141,7 +131,7 @@ PLATFORMS DEPENDENCIES dotenv (~> 3.2) - http (~> 5.3) + http (~> 6.0) pry puma (~> 7.2) rackup (~> 2.3)