diff --git a/Gemfile b/Gemfile index e5cc2c1..fabb782 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'haml-rails', '~> 1.0' gem 'jbuilder', '~> 2.7.0' gem 'jquery-rails' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.3' gem 'recaptcha', require: 'recaptcha/rails' gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index f5b8881..5567ad5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -198,7 +200,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -353,7 +356,7 @@ DEPENDENCIES letter_opener listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.3) recaptcha rspec-rails (~> 3.8.0)