-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The EOL of Ruby 2.6 is 2022-03-31: https://www.ruby-lang.org/en/downloads/branches/ Fixes #136
- Loading branch information
1 parent
9dcc4d5
commit 78dc274
Showing
4 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,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.6.0' | ||
s.required_ruby_version = '>= 2.7.0' | ||
|
||
s.authors = ['Lukas Westermann'] | ||
s.email = ['[email protected]'] | ||
|