forked from pool/vagrant
b9455818eb
fixed boo#1044087; removed wdm dependency; prevent 'have choice' for rubygem-addressable OBS-URL: https://build.opensuse.org/request/show/519591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=3
27 lines
895 B
Diff
27 lines
895 B
Diff
From 9e12cba5e8be3df9dfe5768913dec6a04341b35c Mon Sep 17 00:00:00 2001
|
|
From: Johannes Kastl <kastl@b1-systems.de>
|
|
Date: Mon, 24 Jul 2017 21:47:17 +0200
|
|
Subject: [PATCH] also build with ruby2.4
|
|
|
|
Signed-off-by: Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
---
|
|
vagrant.gemspec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/vagrant.gemspec b/vagrant.gemspec
|
|
index c92ca1701..8a839ca41 100644
|
|
--- a/vagrant.gemspec
|
|
+++ b/vagrant.gemspec
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
s.summary = "Build and distribute virtualized development environments."
|
|
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
|
|
|
|
- s.required_ruby_version = "~> 2.2", "< 2.4"
|
|
+ s.required_ruby_version = "~> 2.2"
|
|
s.required_rubygems_version = ">= 1.3.6"
|
|
s.rubyforge_project = "vagrant"
|
|
|
|
--
|
|
2.13.3
|
|
|