mirror of
https://github.com/nishiki/swapus.git
synced 2024-11-22 20:47:51 +00:00
fix: upgrade the minimum ruby version to 2.3
This commit is contained in:
parent
7673f9cfe9
commit
9232fe1bdb
2 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@ dist: precise
|
|||
rvm:
|
||||
- 2.4.2
|
||||
- 2.3.5
|
||||
- 2.2.8
|
||||
- 2.1.10
|
||||
install:
|
||||
- bundle install
|
||||
- gem build swapus.gemspec
|
||||
|
|
|
@ -15,5 +15,5 @@ Gem::Specification.new do |spec|
|
|||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
||||
spec.require_paths = ['lib']
|
||||
|
||||
spec.required_ruby_version = '>= 2.1'
|
||||
spec.required_ruby_version = '>= 2.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue