Update dep to Bundler 1.5.2

This commit is contained in:
Mitchell Hashimoto 2014-01-15 21:34:00 -08:00
parent 2dff1ac417
commit 5db258bf16
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"
s.add_dependency "bundler", "~> 1.5.1"
s.add_dependency "bundler", "~> 1.5.2"
s.add_dependency "childprocess", "~> 0.3.7"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 0.6.0"