Skip to content

Commit 67684da

Browse files
committed
fixing assets for dummy app
1 parent 2c5ff1a commit 67684da

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gemspec
2222
# your gem to rubygems.org.
2323

2424
gem 'rails', '7.0.1'
25+
gem 'sprockets-rails', '~>3.4.2'
2526

2627
gem 'rspec-rails', '~> 4.0.2'
2728
gem 'capybara'

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@ GEM
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

spec/dummy/config/initializers/assets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)