Merge pull request #3581 from aspiers/require-ruby-2.x

add dependency on Ruby >= 2.0.0
This commit is contained in:
Mitchell Hashimoto 2014-04-29 17:04:09 -07:00
commit 4381b292f5
1 changed files with 1 additions and 0 deletions

View File

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