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'
1212# Use SCSS for stylesheets
1313gem '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
1717gem 'turbolinks' , '~> 5'
1818# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Original file line number Diff line number Diff line change 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
221223RUBY VERSION
222224 ruby 2.7.1p83
You can’t perform that action at this time.
0 commit comments