Skip to content

Commit

Permalink
Merge pull request AlchemyCMS#1871 from AlchemyCMS/depfu/update/sassc…
Browse files Browse the repository at this point in the history
…-2.4.0

[ruby] Upgrade sassc to version 2.4.0
  • Loading branch information
tvdeyen committed Jun 3, 2020
2 parents bf9ecd0 + c8fcfba commit c4b6d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

group :development, :test do
if ENV["GITHUB_ACTIONS"]
gem "sassc", "~> 2.3.0" # https://github.com/sass/sassc-ruby/issues/146
gem "sassc", "~> 2.4.0" # https://github.com/sass/sassc-ruby/issues/146
else
gem "launchy"
gem "annotate"
Expand Down

0 comments on commit c4b6d59

Please sign in to comment.