We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0256f64 commit b804065Copy full SHA for b804065
Gemfile
@@ -10,6 +10,7 @@ group :development do
10
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
11
gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
12
gem 'rack-linkeddata', git: "https://github.com/ruby-rdf/rack-linkeddata", branch: "develop"
13
+ gem 'rdf-aggregate-repo', git: "https://github.com/ruby-rdf/rdf-aggregate-repo", branch: "develop"
14
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
15
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
16
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
0 commit comments