Skip to content

Commit

Permalink
chore: Update Gemfile with new vagrant-spec branch name
Browse files Browse the repository at this point in the history
Hashicorp changed the default branch in `vagrant-spec`.

hashicorp/vagrant-spec#41
  • Loading branch information
hattorious committed Oct 16, 2020
1 parent 33c2a34 commit 6d92722
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 @@ -25,5 +25,5 @@ group :development do
# Vagrant environment itself using `vagrant plugin`.

gem 'vagrant', git: "https://github.com/hashicorp/vagrant.git"
gem 'vagrant-spec', git: "https://github.com/hashicorp/vagrant-spec.git"
gem 'vagrant-spec', git: "https://github.com/hashicorp/vagrant-spec.git", branch: "main"
end

0 comments on commit 6d92722

Please sign in to comment.