You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gemfile
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ ruby file: '.ruby-version'
4
4
gem'rails','~> 8.1.2'# LOCKED: It is Rails.
5
5
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
6
6
gem'sprockets-rails'
7
+
gem'coffee-script'# LOCKED: Added because Sprockets autoloads it when seeing .coffee files in the asset pipeline. Can be removed when that does not happen.
7
8
8
9
gem'amazing_print'# colourful output (suggested by rails_semantic_logger)
0 commit comments