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

Turn off deprecation warning #6

Open
edward-ellis opened this issue Feb 20, 2018 · 1 comment
Open

Turn off deprecation warning #6

edward-ellis opened this issue Feb 20, 2018 · 1 comment

Comments

@edward-ellis
Copy link

I don't use Cocaine/Terrapin, but I use the paperclip gem so I have no control over this renaming issue. Would you please provide a method of silencing the deprecation message? It is very annoying and tends to hide actual errors in the noise.

@garrettd714
Copy link

a little late but...

Same issue here with gem 'youtube-dl.rb'. To silence:

a) Add to Gemfile
gem 'cocaine', '0.5.8'

b) Update bundler cocaine gem
bundle update cocaine

You should see,

Installing cocaine 0.5.8 (was 0.6.0)
Note: cocaine version regressed from 0.6.0 to 0.5.8
Bundle updated!

& the noise should be silenced.

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

2 participants