thoughtbot / terrapin

Run shell commands safely, even with user-supplied values
Other
244 stars 20 forks source link

Turn off deprecation warning #6

Open edward-ellis opened 6 years ago

edward-ellis commented 6 years ago

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 commented 4 years ago

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.