On Jul 8, 2013, at 4:15 AM, Karthikeyan A k <[email protected]> wrote:
> Hello People, > > One of my application being developed in Rails 4 needs delayed job, but > for some reason when I add this gem > https://github.com/collectiveidea/delayed_job to my gemfile and run > bundle, it says dependencies are not satisfied. > > Seeing their forums, it looks as though they have fixed it for Rails 4. > Does any one know how to get it work on Rails 4? You may need to run bundle update, or do things like blow away your Gemfile.lock, or if using rvm, delete your projects's gemset and rerun bundle. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ABF08ED4-577C-49B7-B261-375C276C7ED1%40gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

