kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 75 forks source link

Suppress `warning: BigDecimal.new is deprecated` #180

Closed yahonda closed 6 years ago

yahonda commented 6 years ago

BigDecimal.new is deprecated in Ruby 2.5. https://github.com/ruby/bigdecimal/commit/5337373

$ ruby -v
ruby 2.5.0rc1 (2017-12-14 trunk 61243) [x86_64-linux]
$ make check

... snip ...

/path/to/ruby-oci8/test/test_oranumber.rb:705: warning: BigDecimal.new is deprecated
/path/to/ruby-oci8/test/test_oranumber.rb:710: warning: BigDecimal.new is deprecated

... snip ...