Skip to content

Commit

Permalink
Drop support for Ruby 2.4, which is no longer maintained (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Dec 7, 2020
1 parent a843ab8 commit 3da55d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit_mode:

AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5

Exclude:
- 'lib/generators/enumerate_it/enum/templates/**/*'
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ script:
- bundle exec rake spec

rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
Expand All @@ -26,9 +25,6 @@ matrix:
# Rails 4.2 isn't compatible with Ruby 2.7+
- rvm: 2.7.2
gemfile: gemfiles/rails_4.2.gemfile
# Rails 6 requires Ruby 2.5+
- rvm: 2.4.10
gemfile: gemfiles/rails_6.0.gemfile

addons:
code_climate:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ You sure can! 😄
#### What versions of Ruby and Rails are supported?
* **Ruby**: `2.4+`
* **Ruby**: `2.5+`
* **Rails** `4.2+`
All versions are tested via
Expand Down
2 changes: 1 addition & 1 deletion enumerate_it.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.name = 'enumerate_it'
gem.require_paths = ['lib']
gem.version = EnumerateIt::VERSION
gem.required_ruby_version = '>= 2.4.7'
gem.required_ruby_version = '>= 2.5.8'

gem.metadata = {
'source_code_uri' => 'https://github.com/lucascaton/enumerate_it',
Expand Down

0 comments on commit 3da55d7

Please sign in to comment.