diff --git a/Gemfile b/Gemfile index 0833967..eaf744d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # 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 695cbb3..559c6ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,6 +100,7 @@ GEM responders warden (~> 1.2.3) erubi (1.9.0) + ffi (1.12.2) ffi (1.12.2-x86-mingw32) formtastic (3.1.5) actionpack (>= 3.2.13) @@ -142,19 +143,24 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) + msgpack (1.3.3) msgpack (1.3.3-x86-mingw32) - nio4r (2.5.2) + nio4r (2.5.8) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) nokogiri (1.10.8-x86-mingw32) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) polyamorous (2.3.2) activerecord (>= 5.2.1) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) @@ -200,6 +206,8 @@ GEM rubyzip (2.2.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) + sassc (2.2.1) + ffi (~> 1.9) sassc (2.2.1-x86-mingw32) ffi (~> 1.9) sassc-rails (2.1.2) @@ -252,6 +260,7 @@ GEM zeitwerk (2.2.2) PLATFORMS + ruby x86-mingw32 DEPENDENCIES @@ -261,7 +270,7 @@ DEPENDENCIES capybara (>= 2.15) devise jbuilder (~> 2.7) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) sass-rails (>= 6) selenium-webdriver