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

hardcode bundler version to install #1026

Merged

Conversation

tripleee
Copy link
Member

Simple fix to allow Dockerfile to run gem install bundler even though the version we have is really old

Installatio no longer worked; would fail with

Charcoal-SE#19 [15/21] RUN gem install bundler
Charcoal-SE#19 51.00 ERROR:  Error installing bundler:
Charcoal-SE#19 51.00 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
Charcoal-SE#19 51.00 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225.
Charcoal-SE#19 ERROR: process "/bin/sh -c gem install bundler" did not complete successfully: exit code: 1
------
 > [15/21] RUN gem install bundler:
51.00 ERROR:  Error installing bundler:
51.00 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
51.00 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225.
------
Dockerfile:47
@tripleee tripleee merged commit 6f06bdf into Charcoal-SE:master Nov 21, 2024
6 checks passed
@tripleee tripleee deleted the dockerfile-bundler-pin-old-version branch November 21, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant