Skip to content

Commit 6e15813

Browse files
committed
rexml ~> 3.4.
1 parent f1de876 commit 6e15813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-ld.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
3737
gem.add_runtime_dependency 'multi_json', '~> 1.15'
3838
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
3939
gem.add_runtime_dependency 'rdf', '~> 3.3'
40-
gem.add_runtime_dependency 'rexml', '~> 3.2'
40+
gem.add_runtime_dependency 'rexml', '~> 3.4'
4141
gem.add_development_dependency 'getoptlong', '~> 0.2'
4242
gem.add_development_dependency 'jsonlint', '~> 0.4' unless is_java
4343
gem.add_development_dependency 'oj', '~> 3.15' unless is_java

0 commit comments

Comments
 (0)