diff --git a/Gemfile b/Gemfile index 0700dad..02b9507 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails-i18n', '~> 6.0.0' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4', '< 0.6.0' # Use Puma as the app server -gem 'puma', '~> 4.0' +gem 'puma', '~> 4.3' gem 'devise', '~> 4.7' gem 'devise-i18n', '~> 1.8' diff --git a/Gemfile.lock b/Gemfile.lock index f0cc569..fd18eeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) - nio4r (2.5.3) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) notiffany (0.1.3) @@ -223,7 +223,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (4.3.6) + puma (4.3.11) nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) @@ -397,7 +397,7 @@ DEPENDENCIES open4 pry-byebug pry-rails - puma (~> 4.0) + puma (~> 4.3) pundit (~> 1.1) rack-contrib rails (~> 6.0.3)