Skip to content

Commit 40700a2

Browse files
committed
fix: Re-add coffee-script gem
Until we have a removal with no issues, we keep this dependency explicit, with a clear sign-post about when we can remove it.
1 parent 7b42222 commit 40700a2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ruby file: '.ruby-version'
44
gem 'rails', '~> 8.1.2' # LOCKED: It is Rails.
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
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.
78

89
gem 'amazing_print' # colourful output (suggested by rails_semantic_logger)
910
gem 'rails_semantic_logger' # condense log lines: https://github.com/codebar/planner/issues/2339

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ GEM
154154
logger (~> 1.5)
155155
cocoon (1.2.15)
156156
coderay (1.1.3)
157+
coffee-script (2.4.1)
158+
coffee-script-source
159+
execjs
160+
coffee-script-source (1.12.2)
157161
commonmarker (2.6.3-aarch64-linux)
158162
commonmarker (2.6.3-arm64-darwin)
159163
commonmarker (2.6.3-x86_64-darwin)
@@ -616,6 +620,7 @@ DEPENDENCIES
616620
carrierwave
617621
carrierwave-aws (~> 1.6)
618622
cocoon
623+
coffee-script
619624
commonmarker
620625
csv
621626
database_cleaner

0 commit comments

Comments
 (0)