diff --git a/Gemfile b/Gemfile index 053e757..9f21ab2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '2.6.3' gem 'bootsnap', '>= 1.4.2', require: false gem 'jbuilder', '~> 2.7' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'rails', '~> 6.0.0' gem 'sass-rails', '~> 5' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 3e55f24..7672146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM ast (~> 2.4.0) pg (1.1.4) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-protection (2.0.8.1) rack @@ -325,7 +325,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mail pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 6.0.0) rails-controller-testing rspec-rails