Drop support for Ruby 2.3

It reached EOL on March 31, 2019, and no longer receives patches.

See https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/
This commit is contained in:
Claudio Bley 2019-07-01 23:33:59 +02:00
parent 04c1e5a6dd
commit 55423123a1
4 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,7 @@ AllCops:
- 'lib/yaml/*'
- 'lib/**/*.sh'
DisplayCopNames: true
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
# Preferred codebase style ---------------------------------------------

View file

@ -9,7 +9,6 @@ cache:
bundler
rvm:
- '2.3'
- '2.4'
- '2.5'
- '2.6'

View file

@ -117,7 +117,7 @@ Man pages have been added. Checkout `man colorls`.
[(Back to top)](#table-of-contents)
1. Install Ruby (preferably, version > 2.2)
1. Install Ruby (preferably, version > 2.3)
2. Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions.
*Note for `iTerm2` users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.*

View file

@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/athityakumar/colorls'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.3.0'
spec.required_ruby_version = '>= 2.4.0'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})