Skip to content

Commit

Permalink
Bump sprockets to 4.2.1 (major bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Sep 27, 2024
1 parent 26346de commit a8b8d97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "devise", "~> 4.8"
gem "rails_admin", "~> 3.0"
gem "rake", "~> 13.0"
gem "unicorn", "~> 6.0"
gem "sprockets", "~> 3.7"
gem "sprockets", "~> 4.0"

# noise dependencies:

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,9 @@ GEM
sprockets-rails
tilt
securerandom (0.3.1)
sprockets (3.7.3)
base64
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -293,7 +292,7 @@ DEPENDENCIES
rails_admin (~> 3.0)
rake (~> 13.0)
sassc-rails (~> 2.1)
sprockets (~> 3.7)
sprockets (~> 4.0)
sqlite3 (~> 2.0)
unicorn (~> 6.0)

Expand Down
3 changes: 3 additions & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css

0 comments on commit a8b8d97

Please sign in to comment.