Skip to content

Commit 327d338

Browse files
authored
Fix segmentation fault in worker service
Fix segmentation fault in worker service
2 parents 217c561 + 74ece22 commit 327d338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/backend/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ gem 'activerecord-nulldb-adapter'
8787
# improved JSON rendering performance
8888
gem 'oj'
8989

90-
# Fix SCSS errors with Ruby 3 on MacOS
91-
gem 'sassc', github: 'sass/sassc-ruby', group: :development
90+
gem 'sassc-rails', '~> 2.1.2'
91+
gem 'sass', '~> 3.7.4' # Dart Sass implementation
9292

9393
# Required for Ruby 3.1.7
9494
gem 'net-smtp'

0 commit comments

Comments
 (0)