diff --git a/Gemfile b/Gemfile index d77636af..6dcc0ab9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.0', '>= 6.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # worries that something shifted in how my stylesheets rendered, so for now diff --git a/Gemfile.lock b/Gemfile.lock index cd4fd78a..6cacf77d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -170,7 +170,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.1) - puma (4.3.12) + puma (5.6.8) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -305,7 +305,7 @@ DEPENDENCIES octicons (= 9.4.0) octicons_helper (= 9.4.0) pry-rails - puma (~> 4.3) + puma (~> 5.6) rails (~> 7.0.0, >= 6.1) rexml sanitize (~> 6.0)