Skip to content

Commit

Permalink
update vagrant dependency to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smdahlen committed Apr 26, 2013
1 parent ac09f72 commit ba0decd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'vagrant', :git => 'git:https://github.com/mitchellh/vagrant.git', :tag => 'v1.1.5'
gem 'vagrant', :git => 'git:https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.1'
gemspec
2 changes: 1 addition & 1 deletion lib/vagrant-hostmanager/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
2 changes: 1 addition & 1 deletion test/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vagrant.configure('2') do |config|
config.vm.box = 'precise64-chef11.2'
config.vm.box_url = 'https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.box'

config.hostmanager.auto_update = false
config.hostmanager.auto_update = true

config.vm.define :server1 do |server|
server.vm.hostname = 'fry'
Expand Down

0 comments on commit ba0decd

Please sign in to comment.