Skip to content

Commit

Permalink
Fix Gemfile, depend on json-ld 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 10, 2019
1 parent 14b62f3 commit 165ea31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ group :development do
end

group :development, :test do
gem 'json-ld', path: '../json-ld'
#gem 'json-ld', git: "https://github.com/ruby-rdf/json-ld", branch: "develop"
gem 'json-ld', git: "https://github.com/ruby-rdf/json-ld", branch: "develop"
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
Expand Down
2 changes: 1 addition & 1 deletion rdf-trig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf', '~> 3.1'
gem.add_runtime_dependency 'ebnf', '~> 1.1'
gem.add_runtime_dependency 'rdf-turtle', '~> 3.1'
gem.add_development_dependency 'json-ld', '~> 3.0'
gem.add_development_dependency 'json-ld', '~> 3.1'
gem.add_development_dependency 'rspec', '~> 3.9'
gem.add_development_dependency 'rspec-its', '~> 1.3'
gem.add_development_dependency 'rdf-isomorphic', '~> 3.0'
Expand Down

0 comments on commit 165ea31

Please sign in to comment.