Merge pull request #3581 from aspiers/require-ruby-2.x
add dependency on Ruby >= 2.0.0
This commit is contained in:
commit
4381b292f5
|
@ -11,6 +11,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.0.0"
|
||||
s.required_rubygems_version = ">= 1.3.6"
|
||||
s.rubyforge_project = "vagrant"
|
||||
|
||||
|
|
Loading…
Reference in New Issue