We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2af42f commit 08775a2Copy full SHA for 08775a2
1 file changed
Gemfile
@@ -5,8 +5,7 @@ gemspec
5
group :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', path: '../rdf-spec'
9
- #gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
+ gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
10
gem "rdf-turtle", git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
11
gem "rdf-vocab", git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
12
gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
0 commit comments