Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
- removed ruby 2.0 and 2.1 support (close #59)
Browse files Browse the repository at this point in the history
- added ruby 2.5 to CI regression
  • Loading branch information
taichi-ishitani committed Feb 9, 2018
1 parent 7fa0892 commit 14bf568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ language:
ruby

rvm:
- 2.0
- 2.1
- 2.2
- 2.2.5
- 2.2.6
- 2.3.0
- 2.3.1
- 2.4.1
- 2.5.0

script:
- bundle exec rake spec
Expand Down
2 changes: 1 addition & 1 deletion rggen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 14bf568

Please sign in to comment.