Skip to content

Commit 635b157

Browse files
committed
Fix Gemfile.
1 parent 08c7bb9 commit 635b157

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ gem 'rdf', git: "https://github.com/ruby-rdf/rdf",
88
group :development do
99
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"
1010
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
11-
gem 'rdf-aggregate-repo', path: '../rdf-aggregate-repo'
12-
#gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
11+
gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
1312
gem 'rack-linkeddata', git: "https://github.com/ruby-rdf/rack-linkeddata", branch: "develop"
1413
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
1514
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"
15+
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
1716
gem 'rdf-trig', git: "https://github.com/ruby-rdf/rdf-trig", branch: "develop"
1817
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
1918
gem 'rdf-xsd', git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"

0 commit comments

Comments
 (0)