Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixnum and Bignum are deprecated in Ruby 2.4 #191

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

yahonda
Copy link
Collaborator

@yahonda yahonda commented Apr 22, 2021

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#4293

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#4293
@yahonda yahonda force-pushed the fixnum_and_bignum_are_deprecated branch from 5f00640 to c4719ce Compare April 27, 2021 06:13
@yahonda yahonda merged commit a45bb54 into rsim:master Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant