diff --git a/Gemfile b/Gemfile index df38441..3b051aa 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'railties' gem 'pg', '~> 1.1' # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.4' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index 1ec89c1..51647e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,6 +80,10 @@ GEM net-protocol (0.2.2) timeout nio4r (2.7.0) + nokogiri (1.16.2-aarch64-linux) + racc (~> 1.4) + nokogiri (1.16.2-arm64-darwin) + racc (~> 1.4) nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) openssl (2.2.3) @@ -87,7 +91,7 @@ GEM pg (1.4.5) psych (5.1.2) stringio - puma (5.6.8) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) rack (3.0.9.1) @@ -135,6 +139,8 @@ GEM zeitwerk (2.6.13) PLATFORMS + aarch64-linux-musl + arm64-darwin-22 x86_64-linux DEPENDENCIES @@ -148,7 +154,7 @@ DEPENDENCIES listen (~> 3.3) not_analytics_client (~> 0.2.0)! pg (~> 1.1) - puma (~> 5.6) + puma (~> 6.4) rack-cors railties tzinfo-data @@ -157,4 +163,4 @@ RUBY VERSION ruby 3.0.4 BUNDLED WITH - 2.2.3 + 2.2.33