diff --git a/Gemfile b/Gemfile index 9de9081..9b34f40 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'puma', '~> 4.1' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker -gem 'webpacker', '~> 4.0' +gem 'webpacker', '~> 5.2' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 52beecd..efdc2bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,6 +83,7 @@ GEM erubi (1.10.0) faker (2.17.0) i18n (>= 1.6, < 2) + ffi (1.15.0) ffi (1.15.0-x64-mingw32) geocoder (1.6.6) globalid (0.4.2) @@ -109,11 +110,16 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) + mini_portile2 (2.5.0) minitest (5.14.4) msgpack (1.4.2) nio4r (2.5.7) + nokogiri (1.11.2) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) nokogiri (1.11.2-x64-mingw32) racc (~> 1.4) + pg (1.2.3) pg (1.2.3-x64-mingw32) public_suffix (4.0.6) puma (4.3.7) @@ -160,6 +166,8 @@ GEM rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) + sassc (2.4.0) + ffi (~> 1.9) sassc (2.4.0-x64-mingw32) ffi (~> 1.9) sassc-rails (2.1.2) @@ -171,6 +179,7 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) + semantic_range (3.0.0) sixarm_ruby_unaccent (1.2.0) smarter_csv (1.2.8) sprockets (4.0.2) @@ -200,10 +209,11 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) - webpacker (4.3.0) - activesupport (>= 4.2) + webpacker (5.2.1) + activesupport (>= 5.2) rack-proxy (>= 0.6.1) - railties (>= 4.2) + railties (>= 5.2) + semantic_range (>= 2.3.0) websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -213,6 +223,7 @@ GEM zeitwerk (2.4.2) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -239,7 +250,7 @@ DEPENDENCIES tzinfo-data web-console (>= 3.3.0) webdrivers - webpacker (~> 4.0) + webpacker (~> 5.2) will_paginate (~> 3.1.0) RUBY VERSION