Skip to content

Commit

Permalink
Change SassC dependency to Dart Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaman committed Oct 4, 2024
1 parent dfc53bf commit cd0e525
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://rubygems.org'
gemspec

gem 'rails'
gem 'sassc'
gem 'sassc-embedded'
gem 'railties'
gem 'sprockets-es6'
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
foundation-rails (6.9.0.0)
railties (>= 3.1.0)
sassc
sassc-embedded
sprockets-es6

GEM
Expand Down Expand Up @@ -119,6 +119,9 @@ GEM
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.28.2)
bigdecimal
rake (>= 13)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.0)
Expand Down Expand Up @@ -220,8 +223,11 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.79.4)
google-protobuf (~> 4.27)
rake (>= 13)
sassc-embedded (1.79.0)
sass-embedded (~> 1.79)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -256,7 +262,7 @@ DEPENDENCIES
railties
rake
rspec
sassc
sassc-embedded
sprockets-es6

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion foundation-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "sassc"
spec.add_dependency "sassc-embedded"
spec.add_dependency "railties", [">= 3.1.0"]
spec.add_dependency "sprockets-es6"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1"
gem "sassc"
gem "sassc-embedded"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 9 additions & 6 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.7.5.0)
foundation-rails (6.9.0.0)
railties (>= 3.1.0)
sassc
sassc-embedded
sprockets-es6

GEM
Expand Down Expand Up @@ -218,8 +218,11 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.79.4)
google-protobuf (~> 4.27)
rake (>= 13)
sassc-embedded (1.79.0)
sass-embedded (~> 1.79)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -250,11 +253,11 @@ DEPENDENCIES
capybara
foundation-rails!
listen
rails (~> 7.1)
rails
railties
rake
rspec
sassc
sassc-embedded
sprockets-es6

BUNDLED WITH
Expand Down

0 comments on commit cd0e525

Please sign in to comment.