diff --git a/Gemfile b/Gemfile index 95cc3ad..5c3ed9f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index f5af162..21252fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) oauth (0.5.4) @@ -182,7 +182,7 @@ GEM pg (1.2.3) popper_js (1.16.0) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -323,7 +323,7 @@ DEPENDENCIES omniauth-google-oauth2 omniauth-twitter pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.2) rspec-rails (~> 4.0.1) rubocop (~> 0.81.0)