Skip to content

Commit 88185b6

Browse files
committed
adds sprockets to Gemfile
1 parent 4696d27 commit 88185b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gem "omniauth-rails_csrf_protection"
1717
gem "pg", "~> 1.6"
1818
gem "puma", ">= 5.0"
1919
gem "rails", "~> 7.2.2"
20+
gem "sprockets-rails"
2021
gem "sqlite3", ">= 2.1"
2122
gem "stimulus-rails"
2223
gem "turbo-rails"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ DEPENDENCIES
615615
simplecov-lcov
616616
spring
617617
spring-watcher-listen
618+
sprockets-rails
618619
sqlite3 (>= 2.1)
619620
stimulus-rails
620621
turbo-rails

0 commit comments

Comments
 (0)