-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Rails 7.2, Ruby 3.3, Alpine 3.20 (#5976)
* bump ruby to 3.3 and alpine to 3.20 * bump rails to 7.2 * merge in changes from rails update and rake db:schema:dump * bump rspec-rails and explicitly add nkf (will be removed from default gems in Ruby 3.4) * switch to Rails 7.2 defaults * update data_migrate to fix error on db:migrate:with_data * resolve magick-related Rspec failures on Github CI * address deprecation / upcoming removal of mutex_m from default gems (in Ruby 3.4) * bump some gems and resolve remaining deprecations for Rails 8.0 * amazonlinux build with Ruby 3.3 * pin ruby image to 3.3 in Dockerfile --------- Co-authored-by: Ahmad Farhat <[email protected]>
- Loading branch information
1 parent
5e1dbb4
commit aef1ba9
Showing
28 changed files
with
1,215 additions
and
957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
env: | ||
RUBY_VERSION: 3.1 | ||
RUBY_VERSION: 3.3 | ||
|
||
name: CI Build Pre-Release | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
env: | ||
RUBY_VERSION: 3.1 | ||
RUBY_VERSION: 3.3 | ||
|
||
name: CI Build Push | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.