diff --git a/Gemfile b/Gemfile index 086c82c..a58cf30 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.3' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 5.0' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks diff --git a/Gemfile.lock b/Gemfile.lock index e10b481..cd533ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,11 +123,13 @@ GEM racc (~> 1.4) nokogiri (1.11.2-x64-mingw32) racc (~> 1.4) + nokogiri (1.11.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) popper_js (1.16.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -264,7 +266,7 @@ DEPENDENCIES dotenv-rails jbuilder (~> 2.7) listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.3) rack-mini-profiler (~> 2.0) rails (~> 6.1.3) rails-controller-testing