diff --git a/Gemfile b/Gemfile index 8b5b4f2..ff95164 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 007853e..8a7d6e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - puma (3.12.2) + puma (3.12.4) rack (2.2.2) rack-cors (1.1.1) rack (>= 2.0.0) @@ -232,7 +232,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg pry - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 6.0.0) sass-rails (~> 5)