-
Couldn't load subscription status.
- Fork 380
Update Ruby version from 3.3.4 to 3.4.3 #673
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.3.4 | ||
| 3.4.3 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| source "https://rubygems.org" | ||
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
|
|
||
| ruby "3.3.4" | ||
| ruby "3.4.3" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update CI Ruby runtime to 3.4.3 before merging. Bundler now requires Ruby 3.4.3, yet the GitHub Actions job still installs 3.3.4 (see failing RSpec CI log). Until the workflow is updated to install Ruby 3.4.3 (e.g., via 🤖 Prompt for AI Agents |
||
|
|
||
| gem "react_on_rails", "16.1.1" | ||
| gem "shakapacker", "9.0.0.beta.8" | ||
|
|
@@ -45,11 +45,6 @@ gem "autoprefixer-rails" | |
|
|
||
| gem "awesome_print" | ||
|
|
||
| # Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006 | ||
| # Related issue: https://github.com/ruby/net-pop/issues/26 | ||
| # TODO: When Ruby 3.3.4 is released, upgrade Ruby and remove this line | ||
| gem "net-pop", github: "ruby/net-pop" | ||
|
|
||
| gem "redcarpet" | ||
|
|
||
| # jquery as the JavaScript library has been moved under /client and managed by npm. | ||
|
|
||