diff --git a/Gemfile b/Gemfile index 5b7598fb9..0d60f6897 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'omniauth-rails_csrf_protection' gem 'omniauth-tara', github: 'internetee/omniauth-tara' gem 'pdfkit' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 6.4.0' +gem 'puma', '~> 6.4.2' gem 'rails', '>= 6.0.3.5' gem 'rails-i18n' gem 'recaptcha' diff --git a/Gemfile.lock b/Gemfile.lock index 67a283f73..7c74696b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,7 +271,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - puma (6.4.0) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.1) rack (2.2.7) @@ -492,7 +492,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pg_search pry - puma (~> 6.4.0) + puma (~> 6.4.2) rails (>= 6.0.3.5) rails-i18n recaptcha