Skip to content

Commit f8fc1c2

Browse files
committed
Update libsass to 3.6.1
Includes hotfix for #128 sass/libsass@0328de2 Fixes #128
1 parent 105d691 commit f8fc1c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[3.6.0](https://github.com/sass/libsass/releases/3.6.0)
9+
[3.6.1](https://github.com/sass/libsass/releases/3.6.1)
1010

1111
## Installation
1212

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module NativeTest
1111

1212
class General < MiniTest::Test
1313
def test_it_reports_the_libsass_version
14-
assert_equal "3.6.0", Native.version
14+
assert_equal "3.6.1", Native.version
1515
end
1616
end
1717

0 commit comments

Comments
 (0)