@@ -3,14 +3,14 @@ source "https://rubygems.org"
33gemspec
44
55group :develop do
6- gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
7- gem "rdf-reasoner" , git : "https://github.com/ruby-rdf/rdf-reasoner" , branch : "develop"
8- gem "rdf-spec" , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
9- gem "rdf-turtle" , git : "https://github.com/ruby-rdf/rdf-turtle" , branch : "develop"
10- gem "rdf-vocab" , git : "https://github.com/ruby-rdf/rdf-vocab" , branch : "develop"
11- gem "rdf-xsd" , git : "https://github.com/ruby-rdf/rdf-xsd" , branch : "develop"
6+ # gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
7+ # gem "rdf-reasoner", git: "https://github.com/ruby-rdf/rdf-reasoner", branch: "develop"
8+ # gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
9+ # gem "rdf-turtle", git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
10+ # gem "rdf-vocab", git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
11+ # gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
1212
13- gem "ebnf" , git : "https://github.com/dryruby/ebnf" , branch : "develop"
13+ # gem "ebnf", git: "https://github.com/dryruby/ebnf", branch: "develop"
1414 gem "sxp" , git : "https://github.com/dryruby/sxp" , branch : "develop"
1515
1616 gem 'rest-client-components'
0 commit comments