diff --git a/Gemfile b/Gemfile index 84568a7..bd89d2b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.0.0' gem 'rails', '~> 6.1.4', '>= 6.1.4.1' gem 'sqlite3', '~> 1.4' -gem 'puma', '~> 5.0' +gem 'puma', '>= 5.5.1' gem 'sass-rails', '>= 6' gem 'jbuilder', '~> 2.7' gem 'bootsnap', '>= 1.4.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b79ea15..59ec4cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) public_suffix (4.0.6) - puma (5.5.0) + puma (5.5.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -236,7 +236,7 @@ DEPENDENCIES faker jbuilder (~> 2.7) listen (~> 3.3) - puma (~> 5.0) + puma (>= 5.5.1) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.1) rexml