Skip to content

Commit 61d6d9b

Browse files
committed
Add expllicit dependencies on base64 and bigdecimal gems.
1 parent ac8e3cd commit 61d6d9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rdf.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Gem::Specification.new do |gem|
3131
gem.requirements = []
3232
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
3333
gem.add_runtime_dependency 'bcp47_spec', '~> 0.2'
34+
gem.add_runtime_dependency 'bigdecimal', '~> 3.1', '>= 3.1.5'
35+
gem.add_development_dependency 'base64', '~> 0.2'
3436
gem.add_development_dependency 'rdf-spec', '~> 3.3'
3537
gem.add_development_dependency 'rdf-turtle', '~> 3.3'
3638
gem.add_development_dependency 'rdf-vocab', '~> 3.3'

0 commit comments

Comments
 (0)