Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Docker environment for development: Error during Bundle Install on Latest Main #273

Open
bepursuant opened this issue Jan 12, 2025 · 3 comments

Comments

@bepursuant
Copy link

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:

  1. Clone main branch
  2. Run bundle install command

Expected behavior
Bundle installation

Desktop (please complete the following information):

  • OS: macOS
@loftwah
Copy link
Owner

loftwah commented Jan 12, 2025

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 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
@loftwah
Copy link
Owner

loftwah commented 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.

@loftwah
Copy link
Owner

loftwah commented Jan 13, 2025

Also need a docker-compose.dev.yml for development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants