sameersbn / sameersbn/docker-gitlab
Could not find 'bundler' (2.1.4) required by your /ho me/git/gitlab/Gemfile.lock.
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
I want to use 'rake' command, but I get this error message :
Could not find 'bundler' (2.1.4) required by your /home/git/gitlab/Gemfile.lock.
I try the command 'bundle update --bundler' and 'gem install bundler:2.1.4', but it not work!
'gem view bundler' show this container have two bundler version: 2.2.15 / 2.1.4

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 rake command failure in the Dockerized GitLab environment and inspect Gemfile.lock alongside the installed Bundler versions shown in the report. Determine why the required Bundler 2.1.4 is not usable despite being installed; done means the reported rake command runs successfully with the locked dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, ruby
- Domain
- devops, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100