diff --git a/Gemfile b/Gemfile index 1d1a84e..bd66e23 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem 'minitest', '~> 5.25', '>= 5.25.5' gem 'minitest-reporters', '~> 1.7', '>= 1.7.1' #gem 'minitest-reporters' gem 'oj', require: false # false is for testing with or without it -gem 'rack', '~> 3.1', '>= 3.1.14' +gem 'rack', '~> 3.2' gem 'rack-session', '~> 2.1', '>= 2.1.1' gem 'rake-manifest' gem 'rematch' diff --git a/Gemfile.lock b/Gemfile.lock index 4f7ad9e..5a694ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,6 +82,7 @@ GEM ast (2.4.3) base64 (0.2.0) bcrypt (3.1.20) + bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) benchmark (0.4.0) benchmark-ips (2.14.0) @@ -129,6 +130,7 @@ GEM tzinfo ffaker (2.24.0) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) friendly_id (5.5.1) activerecord (>= 4.0.0) fugit (1.11.1) @@ -228,6 +230,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) oj (3.16.10) bigdecimal (>= 3.0) ostruct (>= 0.2) @@ -269,7 +273,7 @@ GEM pusher-signature (0.1.8) raabro (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.2.3) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -440,10 +444,12 @@ GEM railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) tailwindcss-ruby (4.1.5-arm64-darwin) + tailwindcss-ruby (4.1.5-x86_64-linux-gnu) test-unit (3.6.8) power_assert thor (1.3.2) thruster (0.1.13-arm64-darwin) + thruster (0.1.13-x86_64-linux) tilt (2.6.0) timecop (0.9.10) timeout (0.4.3) @@ -475,6 +481,7 @@ GEM PLATFORMS arm64-darwin + x86_64-linux DEPENDENCIES activesupport @@ -509,7 +516,7 @@ DEPENDENCIES pry (~> 0.15.2) puma (~> 6.6) pusher (~> 2.0, >= 2.0.3) - rack (~> 3.1, >= 3.1.14) + rack (~> 3.2) rack-session (~> 2.1, >= 2.1.1) rails (~> 8.0, >= 8.0.2) rails_node_module_linker (~> 0.1.1)