Skip to content

Commit 08775a2

Browse files
committed
Fix Gemfile.
1 parent b2af42f commit 08775a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ gemspec
55
group :develop do
66
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
77
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"
8+
gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
109
gem "rdf-turtle", git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
1110
gem "rdf-vocab", git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
1211
gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"

0 commit comments

Comments
 (0)