Skip to content

"bundle install" fails with: Your bundle is locked to mimemagic (0.3.5), but that version could not be found in any of the sources listed in your Gemfile. #27

Open
@Benmuiruri

Description

@Benmuiruri

Hello team.

When I clone the repo and try bundle install the operation fails with

Your bundle is locked to mimemagic (0.3.3), but that version could not be found
in any of the sources listed in your Gemfile. If you haven't changed sources,
that means the author of mimemagic (0.3.3) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.3) that hasn't been removed
in order to install.

Some suggestions on StackOverflow suggest running bundle update --conservative mimemagic , which works, and the gems are installed.
The other option that also works is deleting the Gemfile.lock file and then running bundle install.

However, when I start the development server and then visit localhost:3000 the server shuts down and I get a very long cryptic error as shown in the two screenshots.

failing-server-log
failing-server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions