Up bundler dep

This commit is contained in:
Mitchell Hashimoto 2016-05-31 12:53:39 -07:00
parent cf02135290
commit e2fd0dd792
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"
s.add_dependency "bundler", ">= 1.5.2", "<= 1.10.6"
s.add_dependency "bundler", ">= 1.5.2", "<= 1.12.0"
s.add_dependency "childprocess", "~> 0.5.0"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"