Skip to content

Commit c8e98b4

Browse files
author
Nick Stokoe
committed
dotcoop2023/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
1 parent d39c9ae commit c8e98b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotcoop2023/Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source "https://rubygems.org"
2-
gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.9"
2+
gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.10"
3+
gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1"

0 commit comments

Comments
 (0)