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 3, 2024
1 parent dfc53bf commit f9b3835
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 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 'dartsass'
gem 'railties'
gem 'sprockets-es6'
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
foundation-rails (6.9.0.0)
dartsass
railties (>= 3.1.0)
sassc
sprockets-es6

GEM
Expand Down Expand Up @@ -110,6 +110,7 @@ GEM
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
dartsass (1.49.8)
date (3.3.4)
diff-lcs (1.5.0)
drb (2.2.0)
Expand Down Expand Up @@ -220,8 +221,6 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -250,13 +249,13 @@ DEPENDENCIES
bootsnap
bundler
capybara
dartsass
foundation-rails!
listen
rails
railties
rake
rspec
sassc
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 "dartsass"
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 "dartsass"
gem "railties"
gem "sprockets-es6"

Expand Down
9 changes: 4 additions & 5 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)
dartsass
railties (>= 3.1.0)
sassc
sprockets-es6

GEM
Expand Down Expand Up @@ -110,6 +110,7 @@ GEM
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
dartsass (1.49.8)
date (3.3.4)
diff-lcs (1.5.0)
drb (2.2.0)
Expand Down Expand Up @@ -218,8 +219,6 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -248,13 +247,13 @@ DEPENDENCIES
bootsnap
bundler
capybara
dartsass
foundation-rails!
listen
rails (~> 7.1)
railties
rake
rspec
sassc
sprockets-es6

BUNDLED WITH
Expand Down

0 comments on commit f9b3835

Please sign in to comment.