Skip to content

Commit

Permalink
Add bigdecimal as a dependency
Browse files Browse the repository at this point in the history
bigdecimal is going to move from being a default gem to a bundled
gem in Ruby 3.4, with warnings in Ruby 3.3.  bigdecimal has been
a default gem since Ruby 1.9, so this should be backwards compatible.
  • Loading branch information
jeremyevans committed Aug 29, 2023
1 parent af9c196 commit c6a0178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SEQUEL_GEMSPEC = Gem::Specification.new do |s|
s.require_path = "lib"
s.bindir = 'bin'
s.executables << 'sequel'
s.add_dependency "bigdecimal"
s.add_development_dependency "minitest", '>=5.7.0'
s.add_development_dependency "minitest-hooks"
s.add_development_dependency "minitest-global_expectations"
Expand Down

0 comments on commit c6a0178

Please sign in to comment.