Skip to content

Commit

Permalink
Update Gemfile references
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Jan 15, 2021
1 parent 16e8ddb commit 0e108bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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/hashicorp/vagrant.git'
gem 'vagrant-spec', git: 'https://github.com/hashicorp/vagrant-spec.git', branch: 'main'
gem 'vagrant', git: 'https://github.com/hashicorp/vagrant.git', branch: 'main'

# Switch back to the upstream after this PR is merged: https://github.com/hashicorp/vagrant-spec/pull/43
gem 'vagrant-spec', git: 'https://github.com/legal90/vagrant-spec.git', branch: 'fix-synced-folder-after-reboot'
end

0 comments on commit 0e108bb

Please sign in to comment.