Skip to content

Commit 42c4882

Browse files
committed
Update webpacker and run yarn upgrade
1 parent a84026d commit 42c4882

File tree

3 files changed

+191
-96
lines changed

3 files changed

+191
-96
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'puma', '~> 4.1'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
15-
gem 'webpacker', '~> 4.0'
15+
gem 'webpacker', '~> 5.0'
1616
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
1717
gem 'turbolinks', '~> 5'
1818
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ GEM
156156
selenium-webdriver (3.142.7)
157157
childprocess (>= 0.5, < 4.0)
158158
rubyzip (>= 1.2.2)
159+
semantic_range (2.3.0)
159160
spring (2.1.0)
160161
spring-watcher-listen (2.0.1)
161162
listen (>= 2.7, < 4.0)
@@ -185,10 +186,11 @@ GEM
185186
nokogiri (~> 1.6)
186187
rubyzip (>= 1.3.0)
187188
selenium-webdriver (>= 3.0, < 4.0)
188-
webpacker (4.2.2)
189-
activesupport (>= 4.2)
189+
webpacker (5.1.1)
190+
activesupport (>= 5.2)
190191
rack-proxy (>= 0.6.1)
191-
railties (>= 4.2)
192+
railties (>= 5.2)
193+
semantic_range (>= 2.3.0)
192194
websocket-driver (0.7.2)
193195
websocket-extensions (>= 0.1.0)
194196
websocket-extensions (0.1.4)
@@ -216,7 +218,7 @@ DEPENDENCIES
216218
tzinfo-data
217219
web-console (>= 3.3.0)
218220
webdrivers
219-
webpacker (~> 4.0)
221+
webpacker (~> 5.0)
220222

221223
RUBY VERSION
222224
ruby 2.7.1p83

0 commit comments

Comments
 (0)