Skip to content

Commit

Permalink
Update vagrant in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Mar 15, 2020
1 parent de0dfd7 commit b588e27
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 => 'v2.2.6'
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.7'
end

group :plugins do
Expand Down

0 comments on commit b588e27

Please sign in to comment.