Fixes :public Warning In Resque When Running Any Rails Command
Created by: RLovelett
Was seeing this error whenever I ran a Rails command:
:public is no longer used to avoid overloading Module#public, use :public_folder instead
This was fixed in Resque 1.20.0: https://github.com/defunkt/resque/pull/420
Incorporated this change into the Gemfile.