Commit c4719ce
committed
Fixnum and Bignum are deprecated in Ruby 2.4
This pull request addresses these warnings.
https://travis-ci.com/github/rsim/ruby-plsql/jobs/483335621
```
/home/travis/build/rsim/ruby-plsql/lib/plsql/jdbc_connection.rb:225: warning: constant ::Fixnum is deprecated
/home/travis/build/rsim/ruby-plsql/lib/plsql/jdbc_connection.rb:226: warning: constant ::Bignum is deprecated
```
jruby/jruby#42931 parent f703531 commit c4719ce
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
| |||
0 commit comments