Skip to content

Commit

Permalink
Use version 1.0.0 of the json-canonicalization gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 4, 2023
1 parent 9458061 commit 03fc7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-ld.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0'
gem.requirements = []
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
gem.add_runtime_dependency 'json-canonicalization', '~> 0.3', '>= 0.3.2'
gem.add_runtime_dependency 'json-canonicalization', '~> 1.0'
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
gem.add_runtime_dependency 'multi_json', '~> 1.15'
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
Expand Down

0 comments on commit 03fc7bf

Please sign in to comment.