File tree Expand file tree Collapse file tree 3 files changed +191
-96
lines changed Expand file tree Collapse file tree 3 files changed +191
-96
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem 'puma', '~> 4.1'
12
12
# Use SCSS for stylesheets
13
13
gem 'sass-rails' , '>= 6'
14
14
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
15
- gem 'webpacker' , '~> 4 .0'
15
+ gem 'webpacker' , '~> 5 .0'
16
16
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
17
17
gem 'turbolinks' , '~> 5'
18
18
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Original file line number Diff line number Diff line change 156
156
selenium-webdriver (3.142.7 )
157
157
childprocess (>= 0.5 , < 4.0 )
158
158
rubyzip (>= 1.2.2 )
159
+ semantic_range (2.3.0 )
159
160
spring (2.1.0 )
160
161
spring-watcher-listen (2.0.1 )
161
162
listen (>= 2.7 , < 4.0 )
@@ -185,10 +186,11 @@ GEM
185
186
nokogiri (~> 1.6 )
186
187
rubyzip (>= 1.3.0 )
187
188
selenium-webdriver (>= 3.0 , < 4.0 )
188
- webpacker (4.2.2 )
189
- activesupport (>= 4 .2 )
189
+ webpacker (5.1.1 )
190
+ activesupport (>= 5 .2 )
190
191
rack-proxy (>= 0.6.1 )
191
- railties (>= 4.2 )
192
+ railties (>= 5.2 )
193
+ semantic_range (>= 2.3.0 )
192
194
websocket-driver (0.7.2 )
193
195
websocket-extensions (>= 0.1.0 )
194
196
websocket-extensions (0.1.4 )
@@ -216,7 +218,7 @@ DEPENDENCIES
216
218
tzinfo-data
217
219
web-console (>= 3.3.0 )
218
220
webdrivers
219
- webpacker (~> 4 .0 )
221
+ webpacker (~> 5 .0 )
220
222
221
223
RUBY VERSION
222
224
ruby 2.7.1p83
You can’t perform that action at this time.
0 commit comments