Skip to content

Commit

Permalink
Merge pull request sass#117 from glebm/old-rubies
Browse files Browse the repository at this point in the history
Support ancient obsolete Rubies (v2.0.0+)
  • Loading branch information
bolandrm authored May 23, 2019
2 parents 2f449db + 2963c57 commit 664e278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ language: ruby
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "bundle exec rake test"
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- 2.4.6
- 2.5.5
- 2.6.3
notifications:
email: false
2 changes: 1 addition & 1 deletion sassc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

spec.required_ruby_version = ">= 2.3.3"
spec.required_ruby_version = ">= 2.0.0"

spec.require_paths = ["lib"]

Expand Down

0 comments on commit 664e278

Please sign in to comment.