diff --git a/Gemfile b/Gemfile index c78af002..f8a787f1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1', '>= 7.1.3.4' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 6.4', '>= 6.4.2' +gem 'puma', '~> 6.4' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0', '>= 6.0.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index cee10216..2d47d8f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.0) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.0) rack (3.1.7) @@ -524,7 +524,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) poltergeist (>= 1.18.1) pry-rails - puma (~> 6.4, >= 6.4.2) + puma (~> 6.4) rack-maintenance (~> 3.0) rails (~> 7.1, >= 7.1.3.4) rollbar