Skip to content

Commit

Permalink
Remove sass dependency
Browse files Browse the repository at this point in the history
This dependency isn't used explicitly and is already required by the
linter.
  • Loading branch information
kevindew committed Nov 12, 2020
1 parent 6b50a6f commit 572926c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- Remove explicit dependency on ruby-sass. This dependency isn't required or sufficient to integrate with Ruby-on-Rails, expectation is that all consumers of this gem already use sass-rails or sassc-rails.

# 9.0.0

- Breaking change: Remove Google Analytics code (migrated to static)
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem 'sass', '3.5.5'
gem 'govuk-lint', '3.6.0'
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ PLATFORMS

DEPENDENCIES
govuk-lint (= 3.6.0)
sass (= 3.5.5)

BUNDLED WITH
1.14.6
1.17.3

0 comments on commit 572926c

Please sign in to comment.