We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting deprecation warnings after upgrading from Ruby 2.3 to 2.4 (and reinstalling Podcatcher via gem install podcatcher):
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
The text was updated successfully, but these errors were encountered:
(Workaround, btw: run podcatcher as env RUBYOPT="-W0" podcatcher. Useful for suppressing the warning in cronjobs, etc.)
env RUBYOPT="-W0" podcatcher
Sorry, something went wrong.
No branches or pull requests
I'm getting deprecation warnings after upgrading from Ruby 2.3 to 2.4 (and reinstalling Podcatcher via
gem install podcatcher
):My current environment:
The text was updated successfully, but these errors were encountered: