You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current clone of main branch fails to bundle install with the following error: Your bundle is locked to rubyzip (2.4) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of rubyzip (2.4) has removed it. You'll need to update your bundle to a version other than rubyzip (2.4) that hasn't been removed in order to install.
To Reproduce
Steps to reproduce the behavior:
Clone main branch
Run bundle install command
Expected behavior
Bundle installation
Desktop (please complete the following information):
OS: macOS
The text was updated successfully, but these errors were encountered:
Cheers for this. I think know what the issue is. I'm using an x86 system for this and you're likely ARM. I have a Mac I can fix this up on.
EDIT: I'll be able to bandaid fix this with Docker.
loftwah
changed the title
Error during Bundle Install on Latest Main
Create Docker environment for development: Error during Bundle Install on Latest Main
Jan 13, 2025
I need to create a Dockerfile.dev for setting up a Rails development environment using Docker. The existing production Dockerfile uses Ruby 3.4.1, and the new Dockerfile.dev will be tailored to include development-specific dependencies and workflows.
Current clone of main branch fails to
bundle install
with the following error:Your bundle is locked to rubyzip (2.4) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of rubyzip (2.4) has removed it. You'll need to update your bundle to a version other than rubyzip (2.4) that hasn't been removed in order to install.
To Reproduce
Steps to reproduce the behavior:
bundle install
commandExpected behavior
Bundle installation
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: