-
Notifications
You must be signed in to change notification settings - Fork 116
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
Upgrade to Ruby 3.4.1 #937
Conversation
google-protobuf (4.29.2-arm64-darwin) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.2-x86_64-linux) | ||
bigdecimal | ||
rake (>= 13) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm strange that these gems for these platforms got removed 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is odd. I try to revert this changes but bundle install
keeps doing it.
When it fails, on GH actions it says :
ffi-1.17.0-x86_64-linux-gnu requires ruby version < 3.4.dev, >= 2.5, which is
incompatible with the current version, 3.4.1
Maybe is no more needed? I couldn't find anything on google 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮 ok. Let's go ahead and if something breaks we can fix it
Gemfile
Outdated
@@ -2,7 +2,7 @@ | |||
|
|||
source 'https://rubygems.org' | |||
|
|||
ruby '~> 3.3.5' | |||
ruby '~> 3.4.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDYT about
ruby file: '.ruby-version'
?
https://bundler.io/guides/gemfile_ruby.html
https://andycroll.com/ruby/read-ruby-version-in-your-gemfile/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
Board:
Description:
Upgrade to Ruby 3.4.1 released today.
Notes:
Tasks:
Risk:
Preview: