From e8286b27f810ded4b9bbd1d62017e9a7f53799c1 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Fri, 2 Jun 2023 19:03:53 +0100 Subject: [PATCH] */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 2.1.10 --- coops-uk/Gemfile | 1 + covid-mutual-aid/Gemfile | 1 + deep-adaptation/Gemfile | 1 + dotcoop/Gemfile | 1 + ica-youth-network/Gemfile | 1 + ica/Gemfile | 1 + icd-survey/Gemfile | 1 + mersey-green/Gemfile | 1 + mutual-aid/Gemfile | 1 + newbridge/Gemfile | 1 + owned-by-oxford/Gemfile | 1 + oxford/Gemfile | 1 + 12 files changed, 12 insertions(+) diff --git a/coops-uk/Gemfile b/coops-uk/Gemfile index 599ac2d0..9e58d239 100644 --- a/coops-uk/Gemfile +++ b/coops-uk/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.9" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/covid-mutual-aid/Gemfile b/covid-mutual-aid/Gemfile index 8e918185..5417e6aa 100644 --- a/covid-mutual-aid/Gemfile +++ b/covid-mutual-aid/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.1" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/deep-adaptation/Gemfile b/deep-adaptation/Gemfile index 3ee6bf0e..4f7ce024 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 "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/dotcoop/Gemfile b/dotcoop/Gemfile index fb8de563..7503a43b 100644 --- a/dotcoop/Gemfile +++ b/dotcoop/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.3" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/ica-youth-network/Gemfile b/ica-youth-network/Gemfile index 8e918185..5417e6aa 100644 --- a/ica-youth-network/Gemfile +++ b/ica-youth-network/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.1" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/ica/Gemfile b/ica/Gemfile index 8e918185..5417e6aa 100644 --- a/ica/Gemfile +++ b/ica/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.1" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/icd-survey/Gemfile b/icd-survey/Gemfile index e0814bc4..91da42eb 100644 --- a/icd-survey/Gemfile +++ b/icd-survey/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "nokogiri" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/mersey-green/Gemfile b/mersey-green/Gemfile index 3ee6bf0e..4f7ce024 100644 --- a/mersey-green/Gemfile +++ b/mersey-green/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v1.1.1" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/mutual-aid/Gemfile b/mutual-aid/Gemfile index d203f93d..b794ccda 100644 --- a/mutual-aid/Gemfile +++ b/mutual-aid/Gemfile @@ -2,3 +2,4 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.1" gem "roo", "~> 2.8" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/newbridge/Gemfile b/newbridge/Gemfile index 3ee6bf0e..4f7ce024 100644 --- a/newbridge/Gemfile +++ b/newbridge/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v1.1.1" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/owned-by-oxford/Gemfile b/owned-by-oxford/Gemfile index 2c6da934..c410a713 100644 --- a/owned-by-oxford/Gemfile +++ b/owned-by-oxford/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.6" gem "airrecord" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" diff --git a/oxford/Gemfile b/oxford/Gemfile index 7ac17f99..3081f540 100644 --- a/oxford/Gemfile +++ b/oxford/Gemfile @@ -1,2 +1,3 @@ source "https://rubygems.org" gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "murmurations-od71" +gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1"