-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Ruby 3.4 #552
base: main
Are you sure you want to change the base?
Use Ruby 3.4 #552
Conversation
7e1eafa
to
50fa4f9
Compare
@@ -12,7 +12,7 @@ jobs: | |||
gemfile: | |||
- Gemfile | |||
- gemfiles/Gemfile-rails-main | |||
ruby: ["3.2", "3.3"] | |||
ruby: ["3.3", "3.4"] |
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.
Testing the latest + previous should be sufficient for Rails. We test a wider range of Rubies in ruby-lsp's CI.
50fa4f9
to
7c75382
Compare
@@ -268,10 +278,16 @@ GEM | |||
zeitwerk (2.7.1) | |||
|
|||
PLATFORMS | |||
aarch64-linux |
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.
These extra platforms are because Bundler suggested running bundle lock --normalize-platforms
.
No description provided.