Skip to content

Gem::GemNotFoundException: can't find gem bundler (= 2.4.13) with executable bundle #6712

Closed Answered by altivi
ibis-git asked this question in Q&A
Discussion options

You must be logged in to vote

@ibis-git The error message indicates that Bundler version 2.4.13 is not found or executable.

To resolve this issue, you can try the following steps:

  • Verify the installed version of Bundler by running gem list bundler in your terminal. Make sure that version 2.4.13 is listed.

  • If Bundler version 2.4.13 is not installed, you can install it by running gem install bundler -v 2.4.13.

  • If Bundler version 2.4.13 is already installed, you can try uninstalling it first by running gem uninstall bundler -v 2.4.13 and then reinstalling it using the previous command.

  • After ensuring that Bundler version 2.4.13 is installed, you can try running your desired command again.
    If the issue persists, i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by deivid-rodriguez
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #6711 on May 30, 2023 06:09.