We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4696d27 commit 88185b6Copy full SHA for 88185b6
Gemfile
@@ -17,6 +17,7 @@ gem "omniauth-rails_csrf_protection"
17
gem "pg", "~> 1.6"
18
gem "puma", ">= 5.0"
19
gem "rails", "~> 7.2.2"
20
+gem "sprockets-rails"
21
gem "sqlite3", ">= 2.1"
22
gem "stimulus-rails"
23
gem "turbo-rails"
Gemfile.lock
@@ -615,6 +615,7 @@ DEPENDENCIES
615
simplecov-lcov
616
spring
617
spring-watcher-listen
618
+ sprockets-rails
619
sqlite3 (>= 2.1)
620
stimulus-rails
621
turbo-rails
0 commit comments