Skip to content

Commit

Permalink
Add expllicit dependencies on base64 and bigdecimal gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 25, 2023
1 parent ac8e3cd commit 61d6d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdf.gemspec
Expand Up @@ -31,6 +31,8 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
gem.add_runtime_dependency 'bcp47_spec', '~> 0.2'
gem.add_runtime_dependency 'bigdecimal', '~> 3.1', '>= 3.1.5'
gem.add_development_dependency 'base64', '~> 0.2'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
gem.add_development_dependency 'rdf-turtle', '~> 3.3'
gem.add_development_dependency 'rdf-vocab', '~> 3.3'
Expand Down

0 comments on commit 61d6d9b

Please sign in to comment.