javan / javan/whenever

Bundler could not find compatible versions for gem "bundler"

Open
#534 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

awaiting-feedback usage-question
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.