diff --git a/Gemfile b/Gemfile index 84a7ae9..6c91232 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1.1' # Use sqlite3 as the database for Active Record # gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.6', '>= 5.6.8' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6.0.0' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 2ea30b5..400dd87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,13 +141,13 @@ GEM timeout net-smtp (0.4.0.1) net-protocol - nio4r (2.7.1) + nio4r (2.7.3) nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) psych (5.1.2) stringio public_suffix (5.0.4) - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) racc (1.8.0) rack (3.0.11) @@ -278,7 +278,7 @@ DEPENDENCIES jbuilder (~> 2.11, >= 2.11.5) listen (~> 3.3) nokogiri (~> 1.16) - puma (~> 5.6, >= 5.6.8) + puma (~> 5.6) rack-mini-profiler (~> 3.0, >= 3.0.0) rails (~> 7.1.1) sass-rails (>= 6.0.0)