diff --git a/Gemfile b/Gemfile index 0b64014d..9d5e693c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rails", "~> 7.0.8" gem "pg", "~> 1.5" # Server -gem "puma", "~> 6.3" +gem "puma", "~> 6.4" # Authentication and Authorization gem "devise" diff --git a/Gemfile.lock b/Gemfile.lock index 2beb303f..a047cb69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -587,7 +587,7 @@ DEPENDENCIES pg (~> 1.5) prawn prawn-table - puma (~> 6.3) + puma (~> 6.4) rack-cors rack-mini-profiler rails (~> 7.0.8)