We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5a228 commit 8b6f415Copy full SHA for 8b6f415
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+- **2.2.1**
2
+ - [Fix LoadError on some non-rvm environments](https://github.com/sass/sassc-ruby/pull/156)
3
- **2.2.0**
4
- [Do not build precompiled gems for Linux](https://github.com/sass/sassc-ruby/pull/145)
5
- **2.1.0**
lib/sassc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SassC
- VERSION = "2.2.0"
+ VERSION = "2.2.1"
end
0 commit comments