diff --git a/Gemfile b/Gemfile index f013934..c05f1e0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '~> 6.0.2', '>= 6.0.2.1' gem 'sqlite3', '~> 1.4' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'sass-rails', '>= 6' gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 5a219d2..4e4c5f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM mini_portile2 (~> 2.6.1) racc (~> 1.4) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.11) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -205,7 +205,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) sass-rails (>= 6) selenium-webdriver