Skip to content

Commit 6556441

Browse files
authored
Remove bigdecimal dependency declaration
The BigDecimal class is not used in this code base. And since we have a circular dependency from rdf to rdf-turtle and back, we are otherwise unable to update the bigdecimal gem in the main rdf repository.
1 parent 5818bab commit 6556441

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rdf-turtle.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.required_ruby_version = '>= 3.0'
2929
gem.requirements = []
3030
gem.add_runtime_dependency 'base64', '~> 0.2'
31-
gem.add_runtime_dependency 'bigdecimal', '~> 3.1', '>= 3.1.9'
3231
gem.add_runtime_dependency 'ebnf', '~> 2.6'
3332
gem.add_runtime_dependency 'rdf', '~> 3.3', '>= 3.3.4'
3433
gem.add_runtime_dependency 'readline', '~> 0.0'

0 commit comments

Comments
 (0)