diff --git a/Gemfile b/Gemfile index f539547..211ad05 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'omniauth-oauth2', git: 'https://github.com/omniauth/omniauth-oauth2.git' gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' gem 'redis', '~> 4.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'sidekiq' gem 'bootsnap', '>= 1.1.0', require: false gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 5d4731b..695466e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,7 @@ GEM polyamorous (2.3.0) activerecord (>= 5.0) public_suffix (4.0.2) - puma (3.12.2) + puma (3.12.6) pundit (2.1.0) activesupport (>= 3.0.0) rack (2.0.8) @@ -495,7 +495,7 @@ DEPENDENCIES overcommit pg (>= 0.18, < 2.0) phony_rails - puma (~> 3.11) + puma (~> 3.12) pundit rack-timeout rails (~> 5.2.0)