Skip to content

Commit

Permalink
Replace sassc-rails with dartsass-rails
Browse files Browse the repository at this point in the history
Co-Authored-By: Martin Jones <[email protected]>
  • Loading branch information
jon-kirwan and MartinJJones committed Dec 11, 2023
1 parent 968a2b9 commit 85cad13
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ gem "rails", "7.1.2"

gem "actionpack-page_caching"
gem "bootsnap", require: false
gem "dartsass-rails"
gem "gds-api-adapters"
gem "govuk_app_config"
gem "govuk_personalisation"
gem "govuk_publishing_components"
gem "govuk_publishing_components", path: "../govuk_publishing_components"
gem "nokogiri"
gem "plek"
gem "redis"
gem "sassc-rails"
gem "sprockets-rails"
gem "uglifier"

Expand Down
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
PATH
remote: ../govuk_publishing_components
specs:
govuk_publishing_components (36.1.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
sprockets-rails

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -108,6 +121,9 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
dartsass-rails (0.5.0)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
date (3.3.4)
debug_inspector (1.1.0)
docile (1.4.0)
Expand Down Expand Up @@ -144,14 +160,6 @@ GEM
govuk_personalisation (0.15.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (36.1.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
plek
rails (>= 6)
rouge
sprockets (>= 3)
govuk_test (4.0.1)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -526,14 +534,9 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
selenium-webdriver (4.14.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -560,7 +563,6 @@ GEM
statsd-ruby (1.5.0)
stringio (3.1.0)
thor (1.3.0)
tilt (2.0.11)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -592,10 +594,11 @@ DEPENDENCIES
binding_of_caller
bootsnap
climate_control
dartsass-rails
gds-api-adapters
govuk_app_config
govuk_personalisation
govuk_publishing_components
govuk_publishing_components!
govuk_test
listen
minitest
Expand All @@ -607,7 +610,6 @@ DEPENDENCIES
rails (= 7.1.2)
redis
rubocop-govuk
sassc-rails
shoulda-context
simplecov
sprockets-rails
Expand Down

0 comments on commit 85cad13

Please sign in to comment.