diff --git a/Gemfile b/Gemfile index fef3cff..a276eb7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "3.3.5" gem "rails", "~> 7.1.0" gem "sqlite3", "~> 1.4" # Revert to working version -gem "puma", "~> 6.0" +gem "puma", "~> 7.1" gem "bootsnap", ">= 1.4.4", require: false # Vulnerable dependencies for testing diff --git a/Gemfile.lock b/Gemfile.lock index c132e13..00b0aa9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,6 +94,7 @@ GEM erb (5.0.2) erubi (1.13.1) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) globalid (1.3.0) activesupport (>= 6.1) i18n (1.14.7) @@ -140,7 +141,7 @@ GEM psych (5.2.6) date stringio - puma (6.6.1) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.1) @@ -192,6 +193,7 @@ GEM securerandom (0.4.1) spring (4.4.0) sqlite3 (1.7.3-arm64-darwin) + sqlite3 (1.7.3-x86_64-linux) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -210,13 +212,14 @@ GEM PLATFORMS arm64-darwin-24 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) byebug listen (~> 3.3) nokogiri (~> 1.14.0) - puma (~> 6.0) + puma (~> 7.1) rails (~> 7.1.0) spring sqlite3 (~> 1.4)