-
Notifications
You must be signed in to change notification settings - Fork 124
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 dependencies to support Ruby 3.3 and Rails 7.2 #6913
Open
randalldfloyd
wants to merge
43
commits into
main
Choose a base branch
from
ruby-3.3_rails-7.2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Test Results 13 files ±0 13 suites ±0 2h 56m 47s ⏱️ - 1m 28s Results for commit 665f810. ± Comparison against base commit 3c4a4b5. This pull request removes 367 and adds 368 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
cjcolvar
force-pushed
the
ruby-3.3_rails-7.2
branch
2 times, most recently
from
October 2, 2024 22:27
d2d1d8e
to
c54a552
Compare
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
12 times, most recently
from
October 11, 2024 20:00
9683dc6
to
ad0ba7f
Compare
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
2 times, most recently
from
October 15, 2024 20:17
e95df99
to
e6bf157
Compare
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
from
December 9, 2024 20:05
2c00530
to
f8aac41
Compare
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
from
December 11, 2024 00:49
468bd71
to
0a05e5c
Compare
cjcolvar
force-pushed
the
ruby-3.3_rails-7.2
branch
2 times, most recently
from
December 11, 2024 16:19
eb34603
to
ef66ca8
Compare
…pport::Dependencies#remove_constant
… handled correctly
…ler::Parameters, now deprecated
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
from
December 13, 2024 20:04
50e5ac6
to
cfd6cee
Compare
… default precision
randalldfloyd
force-pushed
the
ruby-3.3_rails-7.2
branch
from
December 13, 2024 20:54
412b2fc
to
cf2f47b
Compare
# Conflicts: # .dassie/Gemfile # .koppie/Gemfile # Dockerfile # spec/spec_helper.rb
This required removing posix-spawn, reordering the docker user add, and disabling the native alpine packages.
…emoved as Hyrax dependency
…o render properly
randalldfloyd
changed the title
WIP: Support Ruby 3.3 and Rails 7.2
Upgrade dependencies to support Ruby 3.3 and Rails 7.2
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #6905 , #6906
Summary
Contains numerous changes required to support Ruby 3.3 and Rails 7.2.
Okay to squash on merge (retain commit messages in message detail)
Detailed Description
Main areas of work
Dealing with constants and Rails 7 autoloader
Lots of issues with specs themselves due to incompatible usages of rspec, factories, etc.
Deprecated methods throughout the code
Upgrading/fixing compatibility with dependencies
Issues with strong parameter handling
Various misc. incompatibilities, see detailed commit message