File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
spec/dummy/config/initializers Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ gemspec
2222# your gem to rubygems.org.
2323
2424gem 'rails' , '7.0.1'
25+ gem 'sprockets-rails' , '~>3.4.2'
2526
2627gem 'rspec-rails' , '~> 4.0.2'
2728gem 'capybara'
Original file line number Diff line number Diff line change 246246 simplecov_json_formatter (~> 0.1 )
247247 simplecov-html (0.12.3 )
248248 simplecov_json_formatter (0.1.4 )
249+ sprockets (4.0.2 )
250+ concurrent-ruby (~> 1.0 )
251+ rack (> 1 , < 3 )
252+ sprockets-rails (3.4.2 )
253+ actionpack (>= 5.2 )
254+ activesupport (>= 5.2 )
255+ sprockets (>= 3.0.0 )
249256 strscan (3.0.1 )
250257 thor (1.2.1 )
251258 timeout (0.2.0 )
@@ -294,6 +301,7 @@ DEPENDENCIES
294301 rspec-wait
295302 selenium-webdriver
296303 simplecov
304+ sprockets-rails (~> 3.4.2 )
297305 webmock
298306 webpacker (~> 5.0 )
299307
Original file line number Diff line number Diff line change 11# Be sure to restart your server when you modify this file.
22
33# Version of your assets, change this if you want to expire all your assets.
4- # Rails.application.config.assets.version = '1.0'
4+ Rails . application . config . assets . version = '1.0'
55
66# Add additional assets to the asset load path.
77# Rails.application.config.assets.paths << Emoji.images_path
You can’t perform that action at this time.
0 commit comments