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

Ruby 2.4: "warning: constant ::Fixnum is deprecated" #6

Open
n-st opened this issue Feb 22, 2018 · 1 comment
Open

Ruby 2.4: "warning: constant ::Fixnum is deprecated" #6

n-st opened this issue Feb 22, 2018 · 1 comment

Comments

@n-st
Copy link

n-st commented Feb 22, 2018

I'm getting deprecation warnings after upgrading from Ruby 2.3 to 2.4 (and reinstalling Podcatcher via gem install podcatcher):

/usr/local/lib/ruby/gems/2.4/gems/podcatcher-4.0.0/bin/podcatcher:571: warning: constant ::Fixnum is deprecated
/usr/local/lib/ruby/gems/2.4/gems/podcatcher-4.0.0/bin/podcatcher:580: warning: constant ::Fixnum is deprecated
/usr/local/lib/ruby/gems/2.4/gems/podcatcher-4.0.0/bin/podcatcher:582: warning: constant ::Fixnum is deprecated
/usr/local/lib/ruby/gems/2.4/gems/podcatcher-4.0.0/bin/podcatcher:603: warning: constant ::Fixnum is deprecated

My current environment:

% ruby --version
ruby 2.4.3p205 (2017-12-14 revision 61247) [amd64-freebsd10]
% gem --version
2.7.6
% podcatcher --version
4.0.0
@n-st n-st changed the title warning: constant ::Fixnum is deprecated Ruby 2.4: "warning: constant ::Fixnum is deprecated" Feb 22, 2018
@n-st
Copy link
Author

n-st commented Feb 22, 2018

(Workaround, btw: run podcatcher as env RUBYOPT="-W0" podcatcher. Useful for suppressing the warning in cronjobs, etc.)

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

No branches or pull requests

1 participant