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.
2 parents 2f449db + 2963c57 commit 664e278Copy full SHA for 664e278
.travis.yml
@@ -3,9 +3,12 @@ language: ruby
3
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
4
script: "bundle exec rake test"
5
rvm:
6
+ - 2.0.0
7
+ - 2.1.10
8
+ - 2.2.10
9
- 2.3.8
- - 2.4.5
- - 2.5.3
- - 2.6.1
10
+ - 2.4.6
11
+ - 2.5.5
12
+ - 2.6.3
13
notifications:
14
email: false
sassc.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
22
- spec.required_ruby_version = ">= 2.3.3"
+ spec.required_ruby_version = ">= 2.0.0"
23
24
spec.require_paths = ["lib"]
25
0 commit comments