We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db5cef8 + 0d904f2 commit 6c27726Copy full SHA for 6c27726
Gemfile
@@ -3,6 +3,7 @@ source "https://rubygems.org"
3
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4
gem "rails", "8.0.3"
5
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
6
+gem "sprockets-rails"
7
# Use sqlite3 as the database for Active Record
8
# gem "sqlite3", ">= 1.4"
9
# # Use the Puma web server [https://github.com/puma/puma]
Gemfile.lock
@@ -782,6 +782,7 @@ DEPENDENCIES
782
sidekiq
783
simplecov (~> 0.22)
784
simplecov-html (~> 0.12)
785
+ sprockets-rails
786
terser
787
uglifier
788
0 commit comments