Skip to content

Commit

Permalink
owned-by-oxford/Gemfile - 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
  • Loading branch information
Nick Stokoe committed May 7, 2023
1 parent 79dd401 commit d9c8e21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion owned-by-oxford/Gemfile
@@ -1,3 +1,5 @@
source "https://rubygems.org"
gem "se_open_data", :github => "SolidarityEconomyAssociation/se-open-data", :branch => "v2.1.10"
gem "airrecord"
gem "rdf-rdfxml", "~> 3.2.1"
gem "airrecord"

0 comments on commit d9c8e21

Please sign in to comment.