Skip to content

Commit

Permalink
Ruby 2.1 and 2.2 are already excluded from support
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomaho authored and sds committed Mar 22, 2019
1 parent 1734422 commit 20fa527
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.1 # Oldest version of Ruby we support
TargetRubyVersion: 2.3 # Oldest version of Ruby we support

AccessModifierIndentation:
EnforcedStyle: outdent
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
- "JRUBY_OPTS=--dev"

rvm:
- 2.1.10
- 2.2.9
- 2.3.8
- 2.4.5
- 2.5.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ support on the issue tracker.

## Requirements

* Ruby 2.1+
* Ruby 2.3+
* Sass 3.5.5+
* Files you wish to lint must be written in SCSS (not Sass) syntax

Expand Down
2 changes: 1 addition & 1 deletion scss_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.test_files = Dir['spec/**/*']

s.required_ruby_version = '>= 2.1'
s.required_ruby_version = '>= 2.3'

s.add_dependency 'rake', '>= 0.9', '< 13'
s.add_dependency 'sass', '~> 3.5', '>= 3.5.5'
Expand Down

0 comments on commit 20fa527

Please sign in to comment.