Fixes the issue with Resque where it was complaining about :public no longer being used.
Showing
... | ... | @@ -24,7 +24,7 @@ gem "acts_as_list" |
gem "rdiscount" | ||
gem "acts-as-taggable-on", "~> 2.1.0" | ||
gem "drapper" | ||
gem "resque" | ||
gem "resque", "~> 1.20.0" | ||
gem "httparty" | ||
gem "charlock_holmes" | ||
gem "foreman" | ||
... | ... |
Please register or sign in to comment