Skip to content

Commit

Permalink
Merge pull request #245 from avdv/drop-ruby-2.1
Browse files Browse the repository at this point in the history
Drop support for Ruby 2.1
  • Loading branch information
avdv authored Dec 9, 2018
2 parents 421284f + 9c8a935 commit f0ff45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ cache:
bundler

rvm:
- '2.1'
- '2.2'
- '2.3'
- '2.4'
Expand Down
2 changes: 2 additions & 0 deletions colorls.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/athityakumar/colorls'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.2.0'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit f0ff45e

Please # to comment.