diff --git a/Gemfile b/Gemfile index 7c31640..541eb3c 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'algolia', '~> 2.0.4' gem 'chronic' gem 'loofah', '~> 2.3.1' gem 'pg' -gem 'puma', '~> 5.6.4' +gem 'puma', '~> 5.6.9' gem 'rails', '~> 6.1.7.8' gem 'sidekiq', '~> 4.1.3' gem 'simple_command' diff --git a/Gemfile.lock b/Gemfile.lock index e49c678..42f472a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -243,7 +243,7 @@ GEM pry-rails (0.3.11) pry (>= 0.13.0) public_suffix (6.0.1) - puma (5.6.8) + puma (5.6.9) nio4r (~> 2.0) racc (1.8.1) rack (2.2.9) @@ -439,7 +439,7 @@ DEPENDENCIES progress_bar (~> 1.3.0) pry-byebug pry-rails - puma (~> 5.6.4) + puma (~> 5.6.9) rack-cors rails (~> 6.1.7.8) rspec-rails (~> 6.1.3)