From 4b75485189132790756d7ecb2487f12c78737477 Mon Sep 17 00:00:00 2001 From: Drew Goddyn Date: Wed, 19 Jun 2024 08:56:29 -0700 Subject: [PATCH] upgrade http gem to fix frozen string error --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index b29bbc5..480b85a 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "turbolinks", "~> 5" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem "jbuilder", "~> 2.5" -gem "http", "~> 2.2.2" +gem "http", "~> 5" gem "jwt", "2.3.0" gem "secure_headers", "6.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4e1289a..d033610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,8 +78,7 @@ GEM concurrent-ruby (1.3.3) crass (1.0.6) date (3.3.4) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) @@ -87,17 +86,20 @@ GEM erubi (1.13.0) execjs (2.9.1) ffi (1.17.0) + ffi-compiler (1.3.2) + ffi (>= 1.15.5) + rake globalid (1.2.1) activesupport (>= 6.1) - http (2.2.2) - addressable (~> 2.3) + http (5.2.0) + addressable (~> 2.8) + base64 (~> 0.1) http-cookie (~> 1.0) - http-form_data (~> 1.0.1) - http_parser.rb (~> 0.6.0) + http-form_data (~> 2.2) + llhttp-ffi (~> 0.5.0) http-cookie (1.0.6) domain_name (~> 0.5) - http-form_data (1.0.3) - http_parser.rb (0.6.0) + http-form_data (2.3.0) i18n (1.14.5) concurrent-ruby (~> 1.0) jbuilder (2.12.0) @@ -112,6 +114,9 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + llhttp-ffi (0.5.0) + ffi-compiler (~> 1.0) + rake (~> 13.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -148,7 +153,7 @@ GEM pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (5.0.5) + public_suffix (5.1.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) @@ -242,9 +247,6 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unf (0.1.4) - unf_ext - unf_ext (0.0.9.1) unicode-display_width (2.5.0) web-console (4.2.1) actionview (>= 6.0.0) @@ -263,7 +265,7 @@ DEPENDENCIES byebug coffee-rails (~> 4.2) dotenv-rails - http (~> 2.2.2) + http (~> 5) jbuilder (~> 2.5) jquery-rails jwt (= 2.3.0)