-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*/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
- Loading branch information
Nick Stokoe
committed
Jun 3, 2023
1 parent
6c266c0
commit 1ba5cbe
Showing
9 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
source "https://rubygems.org" | ||
gem "nokogiri" | ||
gem "rdf-rdfxml", "~> 3.2", ">= 3.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |