Skip to content

Commit 06f1c3f

Browse files
rm sassc gem in favor of dart sass:
:
1 parent 8df1530 commit 06f1c3f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

app-rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ group :development do
8989
gem "rubocop-rspec", require: false
9090

9191
# Sass compiling
92-
gem "sassc", "~> 2.4"
92+
9393

9494
# Test notifications locally without sending the emails
9595
gem "letter_opener"

app-rails/Gemfile.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,6 @@ GEM
161161
logger
162162
faraday-net_http (3.4.0)
163163
net-http (>= 0.5.0)
164-
ffi (1.17.1-aarch64-linux-gnu)
165-
ffi (1.17.1-aarch64-linux-musl)
166-
ffi (1.17.1-arm-linux-gnu)
167-
ffi (1.17.1-arm-linux-musl)
168-
ffi (1.17.1-arm64-darwin)
169-
ffi (1.17.1-x86-linux-gnu)
170-
ffi (1.17.1-x86-linux-musl)
171-
ffi (1.17.1-x86_64-darwin)
172-
ffi (1.17.1-x86_64-linux-gnu)
173-
ffi (1.17.1-x86_64-linux-musl)
174164
globalid (1.2.1)
175165
activesupport (>= 6.1)
176166
i18n (1.14.7)
@@ -382,8 +372,6 @@ GEM
382372
rexml
383373
ruby-progressbar (1.13.0)
384374
rubyzip (2.4.1)
385-
sassc (2.4.0)
386-
ffi (~> 1.9)
387375
securerandom (0.4.1)
388376
selenium-webdriver (4.29.1)
389377
base64 (~> 0.2)
@@ -481,7 +469,6 @@ DEPENDENCIES
481469
rspec-rails (~> 6.1.0)
482470
rubocop-rails-omakase
483471
rubocop-rspec
484-
sassc (~> 2.4)
485472
selenium-webdriver
486473
simplecov
487474
sprockets-rails

0 commit comments

Comments
 (0)