Skip to content

Commit

Permalink
update vagrant version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 8, 2016
1 parent 8446936 commit cd38740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
@@ -1,12 +1,12 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec

group :development do
gem "vagrant", github: "mitchellh/vagrant", ref: "v1.7.4"
gem "byebug"
gem 'vagrant', github: 'mitchellh/vagrant', ref: 'v1.8.1'
gem 'byebug'
end

group :plugins do
gem "vagrant-librarian-puppet", path: "."
gem 'vagrant-librarian-puppet', path: '.'
end

0 comments on commit cd38740

Please sign in to comment.