Skip to content

Commit

Permalink
Add dependency bigdecimal
Browse files Browse the repository at this point in the history
Avoid Ruby warning:
/gems/3.3.0+0/gems/bake-0.18.2/lib/bake/types/decimal.rb:25:
warning: bigdecimal will be not part of the default gems since Ruby
3.4.0. Add bigdecimal to your gems.rb. Also contact author of  to add
bigdecimal into its gemspec.
  • Loading branch information
olleolleolle committed Oct 24, 2023
1 parent c6b0d31 commit b0ab28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.6b"

spec.add_dependency "samovar", "~> 2.1"
spec.add_dependency "bigdecimal"

spec.add_development_dependency "bundler"
spec.add_development_dependency "covered"
Expand Down

0 comments on commit b0ab28c

Please sign in to comment.