Skip to content

Commit

Permalink
Add bigdecimal as a dependency
Browse files Browse the repository at this point in the history
This is to address the following warning on Ruby 3.3:

```
/home/apf/dev/rails-sqlserver/tiny_tds/lib/tiny_tds.rb:3: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec.
```
  • Loading branch information
andyundso committed Jul 12, 2024
1 parent 96e552e commit f91cddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiny_tds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.required_ruby_version = '>= 2.7.0'
s.metadata['msys2_mingw_dependencies'] = 'freetds'
s.add_dependency 'bigdecimal', '~> 3'
s.add_development_dependency 'mini_portile2', '~> 2.5.0'
s.add_development_dependency 'rake', '~> 13.0.0'
s.add_development_dependency 'rake-compiler', '~> 1.2'
Expand Down

0 comments on commit f91cddc

Please sign in to comment.