Bundler could not find compatible versions for gem "bundler"
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 8.9k
- Forks
- 715
- PR merge metrics
- No merged PRs in 30d
Description
I am running a rake task using whenever cron job but its giving error Bundler could not find compatible versions for gem "bundler": complete error is
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 4.1.1) depends on
bundler (< 2.0, >= 1.3.0)
Current Bundler version:
bundler (1.0.15)
Error only comes when i run my cronjob else my application is running fine
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the whenever-generated cron task and compare its Bundler environment with the working application environment. Inspect the Gemfile constraints for Rails 4.1.1 and the reported Bundler 1.0.15 version. Done means identifying whether whenever needs a documented environment or compatibility fix for the cron invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100