Skip to content

Commit

Permalink
Add bigdecimal as dependency gem (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Sep 19, 2023
1 parent 5363254 commit adb2c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.md', 'LICENSE', 'CHANGELOG.md', 'RELEASE_NOTES.md'] + Dir['pages/*.md']
s.rdoc_options = ['--title', 'Oj', '--main', 'README.md']

s.add_runtime_dependency 'bigdecimal', '~> 3.1'
s.add_development_dependency 'minitest', '~> 5'
s.add_development_dependency 'rake-compiler', '>= 0.9', '< 2.0'
s.add_development_dependency 'test-unit', '~> 3.0'
Expand Down

0 comments on commit adb2c1f

Please sign in to comment.