Skip to content

Commit

Permalink
Drop Ruby 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored and sds committed Jan 9, 2018
1 parent 5d656d3 commit 2b9810d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.0 # Oldest version of Ruby we support
TargetRubyVersion: 2.1 # Oldest version of Ruby we support

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

rvm:
- 2.0.0
- 2.1.10
- 2.2.8
- 2.3.5
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'
s.required_ruby_version = '>= 2.1'

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

0 comments on commit 2b9810d

Please sign in to comment.