SHA256
1
0
forked from pool/vagrant
vagrant/0006-Relax-dependency-resolution.patch

29 lines
751 B
Diff
Raw Normal View History

From f1ca337645e6a3b55fba063b1f2972d190c82d6b Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@debian.org>
Date: Sun, 16 Aug 2015 10:45:47 +0200
Subject: [PATCH] Relax dependency resolution
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
---
Gemfile | 6 ------
vagrant.gemspec | 25 +++++++++++++++----------
2 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/Gemfile b/Gemfile
index 15f245819..b4e2a20bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,3 @@
source "https://rubygems.org"
gemspec
-
-if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
- gem 'vagrant-spec', path: "../vagrant-spec"
-else
- gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
-end
--
2.13.0