Skip to content

Commit

Permalink
Use SassC 2.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 12, 2020
1 parent 7cdfdc3 commit 485c921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'pg', '~> 1.0' if ENV['DB'] == 'postgresql'

group :development, :test do
if ENV['CI']
gem 'sprockets', '< 4.0' # Sprockets 4 has serious issues with libsass on Linux machines
gem 'sassc', '~> 2.1.0' # https://github.com/sass/sassc-ruby/issues/146
else
gem 'launchy'
gem 'annotate'
Expand Down

0 comments on commit 485c921

Please sign in to comment.