Tweak Gemfile for vagrant 1.5+
This commit is contained in:
parent
890f7c4a56
commit
155821448f
1 changed files with 5 additions and 4 deletions
9
Gemfile
9
Gemfile
|
@ -1,14 +1,15 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Specify your gem's dependencies in vagrant-cachier.gemspec
|
||||
gemspec
|
||||
|
||||
group :development do
|
||||
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.5.2'
|
||||
gem 'rake'
|
||||
end
|
||||
|
||||
group :plugins do
|
||||
gemspec
|
||||
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
|
||||
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
||||
gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status'
|
||||
gem 'vagrant-librarian-chef'
|
||||
gem 'vagrant-omnibus'
|
||||
gem 'rake'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue