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

Update ruby version in Dockerfile to 3.2 #1472 #1473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

okatatuki
Copy link

docker build fails with the message "bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225." it seems to be caused by [email protected] requires [email protected]

fix #1472

Or should I lower the bundler version?

`docker build` fails with the message "bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225."
it seems to be caused by [email protected] requires [email protected]
@MajorFlamingo
Copy link

This MR will also fix the failing execution og Danger in ruby 2.x environment due to the transitive dependency on faraday. Faraday release v2.9.0 deprecated the support of ruby 2.x.

@@ -7,7 +7,7 @@ inherit_mode:
# Defaults can be found here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing this line causes many lint errors. I think it should be remained as it is for now.

@manicmaniac
Copy link
Member

@okatatuki Sorry for the delay in my review.
Could you please update this pull request? Or I will take over it because this one blocks CI and I'd like to fix it before the next release.

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

Successfully merging this pull request may close these issues.

danger is not working with [email protected]
3 participants