diff --git a/Gemfile b/Gemfile index 466ecdae..e662615a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'activerecord-reset-pk-sequence', '~> 0.2.0' gem 'tailwindcss', '~> 1.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 13ff0741..d0269c3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM pg (1.1.4) popper_js (1.14.5) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-proxy (0.6.5) rack @@ -252,7 +252,7 @@ DEPENDENCIES jquery-rails listen (>= 3.0.5, < 3.2) pg - puma (~> 3.11) + puma (~> 3.12) rails (~> 6.0.0) rest-client sass-rails (~> 5)