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

Fix docker bundler version #292

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

evelynhasama
Copy link
Contributor

Description

When running the Docker commands to set up one's local development environment, new developers were running into an error indicating bundler requires Ruby version >= __. To fix this, we specify the bundler version in the Dockerfile, as suggested in the discussion here: rubygems/bundler#6865

Test

  • tested running docker commands locally on multiple computers

@evelynhasama evelynhasama added the bug Something isn't working label Jan 30, 2024
@saatvikkher
Copy link
Member

ERROR:  Error installing rubygems-update:
        There are no versions of rubygems-update (= 3.5.5) compatible with your Ruby & RubyGems
        rubygems-update requires Ruby version >= 3.0.0. The current ruby version is 2.6.3.62.
ERROR:  While executing gem ... (NoMethodError)
    undefined method `version' for nil:NilClass

Maybe we should upgrade ruby version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants