Use vagrant from master for development.

This commit is contained in:
Ramakrishnan 2014-05-08 15:43:33 +05:30
Родитель 4672904d8c
Коммит 8d41c5b9d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,5 +11,5 @@ group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "V1.5.4"
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git",
end