Skip to content

Commit 845df0a

Browse files
author
Edward Ocampo-Gooding
committed
Bump sassc version and lose the patch version dependency
1 parent a6eba66 commit 845df0a

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)