-
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 Also bump se_open_data to 2.1.10
- Loading branch information
Nick Stokoe
committed
Jun 2, 2023
1 parent
43eaf20
commit e8286b2
Showing
12 changed files
with
12 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 => "v1.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
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 => "v1.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
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 => "v1.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,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" |
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" |