Skip to content

Commit e1768e8

Browse files
committed
Merge pull request #59 from mintcore/master
Updated sassc to 1.6.0 -> 1.9.x
2 parents dd27738 + 41b5614 commit e1768e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassc-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
# Unfortunately we require sass for now, so that we can
2727
# reuse portions of the Sprockets template
2828
spec.add_dependency 'sass'
29-
spec.add_dependency "sassc", "~> 1.6"
29+
spec.add_dependency "sassc", "~> 1.9"
3030

3131
spec.add_dependency "tilt"
3232

0 commit comments

Comments
 (0)