From 720ab61ac9385f6b72e30ebc0d86b885bb1dca41 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Feb 2020 09:29:01 +0100 Subject: [PATCH 1/4] > Updated GIT link from SSH to HTTPS to make it more compatible. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4211d5c..2912997 100755 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ 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 => "git://github.com/mitchellh/vagrant.git" + gem "vagrant", :git => "https://github.com/hashicorp/vagrant.git" end From 5f5dfa65835764cd3a55fe945f3b47374c7674a6 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Feb 2020 09:51:00 +0100 Subject: [PATCH 2/4] Added a version for 'rake' to '< 11.0'. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 2912997..b020393 100755 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,5 @@ group :development do # 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 "rake", "< 11.0" end From ea15e4c204c449742bf2c98e98bab453fc71a4ac Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Feb 2020 09:53:15 +0100 Subject: [PATCH 3/4] Added a version for 'rake' to '< 11.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b020393..7faf2b3 100755 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,6 @@ 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", :git => "git://github.com/mitchellh/vagrant.git" gem "rake", "< 11.0" end From 7d86bd84db843c753f24f6a610f1d8b560227b72 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Feb 2020 09:57:43 +0100 Subject: [PATCH 4/4] Updated GIT link from SSH to HTTPS to make it more compatible. --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7faf2b3..2912997 100755 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,5 @@ 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 => "git://github.com/mitchellh/vagrant.git" - gem "rake", "< 11.0" + gem "vagrant", :git => "https://github.com/hashicorp/vagrant.git" end