1
0
Fork 0
mirror of https://github.com/nishiki/swapus.git synced 2024-10-26 18:23:19 +00:00

fix: upgrade the minimum ruby version to 2.3

This commit is contained in:
Adrien Waksberg 2017-11-10 08:19:13 +01:00
parent 7673f9cfe9
commit 9232fe1bdb
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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