Skip to content

Commit

Permalink
newbridge/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 30, 2023
1 parent de7ec97 commit c300171
Showing 1 changed file with 1 addition and 0 deletions.
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.3"
gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1"

0 comments on commit c300171

Please sign in to comment.