Skip to content

Commit

Permalink
Gemfile: move to newer version of Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Oct 5, 2016
1 parent 9a1e8f6 commit f91bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 => "https://github.com/mitchellh/vagrant.git", :ref => 'v1.8.4'
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v1.8.6'
end

group :plugins do
Expand Down

0 comments on commit f91bd18

Please sign in to comment.