This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed ruby 2.0 and 2.1 support (close #59)
- added ruby 2.5 to CI regression
- Loading branch information
1 parent
7fa0892
commit 14bf568
Showing
2 changed files
with
2 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ require 'rggen/version' | |
Gem::Specification.new do |spec| | ||
spec.name = 'rggen' | ||
spec.version = RgGen::VERSION | ||
spec.required_ruby_version = '>= 2.0' | ||
spec.required_ruby_version = '>= 2.2' | ||
spec.authors = ['Taichi Ishitani'] | ||
spec.email = ['[email protected]'] | ||
spec.homepage = 'https://github.com/taichi-ishitani/rggen' | ||
|