Skip to content

Commit 0478f81

Browse files
committed
Merge pull request #23 from edward/patch-1
Bump sassc version and depend on sassc ~> 1.3
2 parents a6eba66 + 845df0a commit 0478f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.0"
29+
spec.add_dependency "sassc", "~> 1.3"
3030

3131
spec.add_dependency "tilt"
3232

test/sassc_rails_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_compression_works
183183

184184
asset = render_asset("application.scss")
185185
assert_equal <<-CSS, asset
186-
.hello{color:#FFF}
186+
.hello{color:#fff}
187187
CSS
188188
end
189189

0 commit comments

Comments
 (0)