2017-08-31 21:03:29 +02:00
|
|
|
From f1ca337645e6a3b55fba063b1f2972d190c82d6b Mon Sep 17 00:00:00 2001
|
2016-04-12 19:31:48 +02:00
|
|
|
From: Antonio Terceiro <terceiro@debian.org>
|
|
|
|
Date: Sun, 16 Aug 2015 10:45:47 +0200
|
2017-08-31 21:03:29 +02:00
|
|
|
Subject: [PATCH] Relax dependency resolution
|
2016-04-12 19:31:48 +02:00
|
|
|
|
2017-08-31 21:03:29 +02:00
|
|
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
2016-04-12 19:31:48 +02:00
|
|
|
---
|
|
|
|
Gemfile | 6 ------
|
2017-08-31 21:03:29 +02:00
|
|
|
vagrant.gemspec | 25 +++++++++++++++----------
|
|
|
|
2 files changed, 15 insertions(+), 16 deletions(-)
|
2016-04-12 19:31:48 +02:00
|
|
|
|
2017-03-12 20:03:16 +01:00
|
|
|
diff --git a/Gemfile b/Gemfile
|
2017-08-31 21:03:29 +02:00
|
|
|
index 15f245819..b4e2a20bb 100644
|
2016-04-12 19:31:48 +02:00
|
|
|
--- 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
|
2017-08-31 21:03:29 +02:00
|
|
|
--
|
|
|
|
2.13.0
|
|
|
|
|