We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4bfc0 commit 1663d10Copy full SHA for 1663d10
VERSION
@@ -1 +1 @@
1
-2.0.1
+2.1.0
json-ld.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
27
28
gem.required_ruby_version = '>= 2.2.2'
29
gem.requirements = []
30
- gem.add_runtime_dependency 'rdf', '~> 2.0'
+ gem.add_runtime_dependency 'rdf', '~> 2.1'
31
gem.add_runtime_dependency 'multi_json', '~> 1.11'
32
gem.add_development_dependency 'jsonlint', '~> 0.1.0' unless RUBY_ENGINE == "jruby"
33
gem.add_development_dependency 'oj', '~> 2.12' unless RUBY_ENGINE == "jruby"
0 commit comments