add dependency on Ruby >= 2.0.0

Vagrant requires Ruby 2, e.g. for ** keyword arguments.
This commit is contained in:
Adam Spiers 2014-04-29 23:58:10 +01:00
parent ca5651a0b1
commit 7315e151c9
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"