diff --git a/Gemfile b/Gemfile index 39ff84aa..00847f48 100644 --- a/Gemfile +++ b/Gemfile @@ -129,5 +129,5 @@ group :development, :test do end group :production do - gem "puma", "~> 3" + gem "puma", "~> 5" end diff --git a/Gemfile.lock b/Gemfile.lock index 08ea36b8..85868cca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,8 @@ GEM premailer (~> 1.7, >= 1.7.9) psych (3.3.4) public_suffix (6.0.1) - puma (3.12.6) + puma (5.6.9) + nio4r (~> 2.0) racc (1.8.1) rack (2.2.13) rack-attack (5.4.2) @@ -604,7 +605,7 @@ DEPENDENCIES pg_search (~> 2) premailer-rails (~> 1) psych (< 4) - puma (~> 3) + puma (~> 5) rack-attack (~> 5) rails (~> 7.0.0) rails-assets-EpicEditor (~> 0)!