Skip to content

Commit

Permalink
Add bigdecimal dep
Browse files Browse the repository at this point in the history
This gem won't be installed by default in Ruby 3.4 so let's get that
fixed before it becomes a problem.
  • Loading branch information
pointlessone committed Mar 4, 2024
1 parent 0a0d447 commit a1575ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ttfunk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('lib/**/*') +
['CHANGELOG.md', 'README.md', 'COPYING', 'LICENSE', 'GPLv2', 'GPLv3']
spec.required_ruby_version = '>= 2.7'
spec.add_runtime_dependency('bigdecimal', '~> 3.1')
spec.add_development_dependency('prawn-dev', '~> 0.4.0')
end

0 comments on commit a1575ce

Please sign in to comment.