Lock bundler to 1.12.5

This commit is contained in:
Seth Vargo 2016-06-11 00:41:26 +02:00
parent 3ba52d0a37
commit a4c7bb8228
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"
s.add_dependency "bundler", ">= 1.5.2", "<= 1.12.0"
# Do not update the Bundler constraint. Vagrant relies on internal Bundler
# APIs, so even point releases can introduce breaking changes. These changes
# are *untestable* until after a release is made because there is no way for
# Bundler to exec into itself. Please do not update the Bundler constraint.
s.add_dependency "bundler", "= 1.12.5"
s.add_dependency "childprocess", "~> 0.5.0"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", ">= 0.6.0", "<= 0.8.0"