Skip to content

Commit

Permalink
[TASK] Drop support for Ruby 2.4 (#109)
Browse files Browse the repository at this point in the history
Ruby 2.4 has reached its end of life:
https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/

Also drop the rubygems version requirement as this gem does not
depend on this.
  • Loading branch information
oliverklee authored Apr 24, 2020
1 parent 9ce5f6b commit a55e44e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ language: ruby
cache: bundler

rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
Expand All @@ -29,6 +28,3 @@ script:

jobs:
fast_finish: true
exclude:
- gemfile: gemfiles/Gemfile.rails-6.0
rvm: 2.4.10
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ about why a change log is important.
### Deprecated

### Removed
- Drop support for Ruby 2.4
([#109](https://github.com/lwe/page_title_helper/pull/109))
- Drop support for Rails < 5.2
([#104](https://github.com/lwe/page_title_helper/pull/104))

Expand Down
3 changes: 1 addition & 2 deletions page_title_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Gem::Specification.new do |s|
s.summary = 'Simple, internationalized and DRY page titles and headings for Rails.'
s.description = 'Simple, internationalized and DRY page titles and headings for Rails.'

s.required_ruby_version = '>= 2.4.0'
s.required_rubygems_version = '>= 1.3.6'
s.required_ruby_version = '>= 2.5.0'

s.authors = ['Lukas Westermann']
s.email = ['[email protected]']
Expand Down

0 comments on commit a55e44e

Please sign in to comment.