We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1de876 commit 6e15813Copy full SHA for 6e15813
json-ld.gemspec
@@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
37
gem.add_runtime_dependency 'multi_json', '~> 1.15'
38
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
39
gem.add_runtime_dependency 'rdf', '~> 3.3'
40
- gem.add_runtime_dependency 'rexml', '~> 3.2'
+ gem.add_runtime_dependency 'rexml', '~> 3.4'
41
gem.add_development_dependency 'getoptlong', '~> 0.2'
42
gem.add_development_dependency 'jsonlint', '~> 0.4' unless is_java
43
gem.add_development_dependency 'oj', '~> 3.15' unless is_java
0 commit comments