-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
10 lines (9 loc) · 864 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'
gem 'rdf', git: 'https://github.com/ruby-rdf/rdf.git', branch: 'develop'
gem 'json-ld', git: 'https://github.com/ruby-rdf/json-ld.git', branch: 'develop'
gem 'sparql', git: 'https://github.com/ruby-rdf/sparql.git', branch: 'develop'
gem 'sxp' , git: 'https://github.com/dryruby/sxp.rb.git', branch: 'develop'
gem 'rdf-turtle', git: 'https://github.com/ruby-rdf/rdf-turtle.git', branch: 'develop'
gem 'shacl', git: 'https://github.com/ruby-rdf/shacl.git', branch: 'develop'
gem 'linkeddata' , git: 'https://github.com/ruby-rdf/linkeddata.git', branch: 'develop'
gem 'rdf-aggregate-repo', git: 'https://github.com/ruby-rdf/rdf-aggregate-repo.git', branch: 'develop'