Browse Source

Gemfile: specify vagrant version

Xabier de Zuazo 10 years ago
parent
commit
b017a1063c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -3,7 +3,7 @@
 
 source 'https://rubygems.org'
 
-gem 'vagrant' #, :git => 'git://github.com/mitchellh/vagrant.git', :branch => 'v1.2.2'
+gem 'vagrant' , :git => 'git://github.com/mitchellh/vagrant.git', :branch => 'v1.2.2'
 gem 'berkshelf', '>= 1.4.0'
 gem 'test-kitchen', '~> 1.0.0.alpha.0'
 gem 'kitchen-vagrant', '~> 0.10.0'