Merge pull request #9363 from chrisroberts/u-ruby-constraint

Update Ruby version constraint
This commit is contained in:
Chris Roberts 2018-01-12 13:21:05 -08:00 committed by GitHub
commit 9ee8f2c3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Build and distribute virtualized development environments."
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
s.required_ruby_version = "~> 2.2", "< 2.5"
s.required_ruby_version = "~> 2.2", "< 2.6"
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"