আমি বেশী অনুরূপ ত্রুটি পাচ্ছি মধ্যে এই প্রশ্ন ছাড়া খনি উপর occuring হয় Heroku :
2011-05-30T09:03:29+00:00 heroku[worker.1]: Starting process with command: `rake jobs:work`
2011-05-30T09:03:30+00:00 app[worker.1]: (in /app)
2011-05-30T09:03:30+00:00 heroku[worker.1]: State changed from starting to up
2011-05-30T09:03:33+00:00 app[worker.1]: rake aborted!
2011-05-30T09:03:33+00:00 app[worker.1]: uninitialized constant Rake::DSL
2011-05-30T09:03:33+00:00 app[worker.1]: /app/.bundle/gems/ruby/1.9.1/gems/rake-0.9.0/lib/rake/tasklib.rb:8:in `<class:TaskLib>'
এই প্রশ্নের উত্তরগুলি নির্দিষ্ট করে মনে হচ্ছে gem 'rake', '0.8.7'
কারণ 0.9 সংস্করণটি সমস্যার কারণ হতে পারে।
আমি যখন gem 'rake', '0.8.7'
আমার রত্নখণ্ডকে যুক্ত করার চেষ্টা করি এবং হিরোকুকে ঠেলে দেই আমি এই ত্রুটিটি পেয়েছি:
Unresolved dependencies detected; Installing...
You have modified your Gemfile in development but did not check
the resulting snapshot (Gemfile.lock) into version control
You have added to the Gemfile:
* rake (= 0.8.7)
FAILED: http://devcenter.heroku.com/articles/bundler
! Heroku push rejected, failed to install gems via Bundler
error: hooks/pre-receive exited with error code 1
To git@heroku.com:my_app.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:my_app.git'
আমার রত্নটি সাধারণত হিরোকুতে ভাল কাজ করে। আমার কি করা উচিৎ?