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

newer versions of bundler doesnt support old ruby (<3.0.0) #11

Open
polographer opened this issue Jan 12, 2024 · 0 comments
Open

newer versions of bundler doesnt support old ruby (<3.0.0) #11

polographer opened this issue Jan 12, 2024 · 0 comments
Labels
all-services bug Something isn't working

Comments

@polographer
Copy link
Contributor

for the services that have a old version of ruby we need to hardcode bundler to be 2.4.22 if not it will complain and refuse to bundle install with this error;

=> ERROR [polypress  7/10] RUN gem install --source "https://rubygems.org/" bundler                                 37.0s
------                                                                                                                    
 > [polypress  7/10] RUN gem install --source "https://rubygems.org/" bundler:                                             
36.49 ERROR:  Error installing bundler:                                                                                   
36.49   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`
36.49   bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.3.183.
------
failed to solve: process "/bin/sh -c gem install --source \"https://rubygems.org/\" bundler" did not complete successfully: exit code: 1
@polographer polographer added bug Something isn't working all-services labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all-services bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant