We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 217c561 + 74ece22 commit 327d338Copy full SHA for 327d338
services/backend/Gemfile
@@ -87,8 +87,8 @@ gem 'activerecord-nulldb-adapter'
87
# improved JSON rendering performance
88
gem 'oj'
89
90
-# Fix SCSS errors with Ruby 3 on MacOS
91
-gem 'sassc', github: 'sass/sassc-ruby', group: :development
+gem 'sassc-rails', '~> 2.1.2'
+gem 'sass', '~> 3.7.4' # Dart Sass implementation
92
93
# Required for Ruby 3.1.7
94
gem 'net-smtp'
0 commit comments