From 0e108bb8ff21b1b69614425e49df1c270f5b2fbd Mon Sep 17 00:00:00 2001
From: Mikhail Zholobov <legal90@gmail.com>
Date: Mon, 21 Dec 2020 22:00:10 +0100
Subject: [PATCH] Update Gemfile references

---
 Gemfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index 3e78849..ae5ba54 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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