Skip to content

Commit

Permalink
*/Gemfile - workaround - explictly require rdf-rdfxml 3.2.1+
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Nick Stokoe committed Jun 15, 2023
1 parent 7015966 commit 2e8a11a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions icd-survey/Gemfile
@@ -1,2 +1,3 @@
source "https://rubygems.org"
gem "nokogiri"
gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions mutual-aid/Gemfile
Expand Up @@ -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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"
1 change: 1 addition & 0 deletions 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"

0 comments on commit 2e8a11a

Please sign in to comment.