Skip to content

Commit c939aee

Browse files
author
Anthony King
committed
change to using sassc
This is next in line for replacing sass-rails, and is a drop in replacement. note that sass is still installed due to govuk-lint, however rails will now use sassc
1 parent d7e366d commit c939aee

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'mysql2', '~> 0.5.2'
1616
gem 'notifications-ruby-client', '~> 3.1.0'
1717
gem 'puma', '~> 3.12'
1818
gem 'rails', '~> 5.2.2'
19-
gem 'sass-rails', '~> 5.0'
19+
gem 'sassc-rails'
2020
gem 'sentry-raven'
2121
gem 'uk_postcode', '~> 2.1', '>= 2.1.3'
2222
gem 'zendesk_api'

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,15 @@ GEM
277277
sass-listen (4.0.0)
278278
rb-fsevent (~> 0.9, >= 0.9.4)
279279
rb-inotify (~> 0.9, >= 0.9.7)
280-
sass-rails (5.0.7)
281-
railties (>= 4.0.0, < 6)
282-
sass (~> 3.1)
283-
sprockets (>= 2.8, < 4.0)
284-
sprockets-rails (>= 2.0, < 4.0)
285-
tilt (>= 1.1, < 3)
280+
sassc (2.0.1)
281+
ffi (~> 1.9)
282+
rake
283+
sassc-rails (2.1.0)
284+
railties (>= 4.0.0)
285+
sassc (>= 2.0)
286+
sprockets (> 3.0)
287+
sprockets-rails
288+
tilt
286289
scss_lint (0.57.1)
287290
rake (>= 0.9, < 13)
288291
sass (~> 3.5, >= 3.5.5)
@@ -306,7 +309,7 @@ GEM
306309
sprockets (>= 3.0.0)
307310
thor (0.20.3)
308311
thread_safe (0.3.6)
309-
tilt (2.0.8)
312+
tilt (2.0.9)
310313
timecop (0.9.1)
311314
tzinfo (1.2.5)
312315
thread_safe (~> 0.1)
@@ -357,7 +360,7 @@ DEPENDENCIES
357360
rack-mini-profiler
358361
rails (~> 5.2.2)
359362
rspec-rails (~> 3)
360-
sass-rails (~> 5.0)
363+
sassc-rails
361364
sentry-raven
362365
shoulda-matchers (~> 4.0)
363366
simplecov

0 commit comments

Comments
 (0)