From 1d4ef5a5373a12c9e3b845e366a48c4f3fdb513a Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Wed, 31 May 2023 11:55:45 +0100 Subject: [PATCH] deep-adaptation/Gemfile - workaround - explictly require rdf-rdfxml 3.2.1+ As linkeddata gem doesn't yet require this, we need to. This version includes a fix for a bug which crashes the `seod generate` step otherwise. See ruby-rdf/rdf-rdfxml#40 Also bump se_open_data to 1.1.3 --- deep-adaptation/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deep-adaptation/Gemfile b/deep-adaptation/Gemfile index 3ee6bf0e..c6b1cbd8 100644 --- a/deep-adaptation/Gemfile +++ b/deep-adaptation/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" -gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v1.1.1" +gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v1.1.3" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1"