-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support and require Rails 7.2 #2
base: master
Are you sure you want to change the base?
Conversation
b241609
to
96278ae
Compare
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec| | |||
spec.add_development_dependency 'rake', '~> 10.0' | |||
spec.add_development_dependency 'rubocop', '~> 0.49' | |||
|
|||
spec.add_dependency 'railties', '>= 5' | |||
spec.add_dependency 'railties', '>= 7.2' |
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.
Need to figure out a better way to do this so we can point to it, 7.2.0.alpha
is < 7.2
.
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.
Reverting for now so I can point to this to run tests locally.
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.
Added a TODO, pointing payaus to this branch for now, once 7.2 is out need to merge this + point payaus to master.
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.
7-2-stable
is pretty stable now, I think we can lock this in.
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.
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.
We can merge this if we want but need to be careful not to delete the branch cause payaus points to this. Might be safer to just leave as is though.
75f3f86
to
ded9a02
Compare
ded9a02
to
4a2dde8
Compare
Ref: https://github.com/TandaHQ/payaus/pull/28824#issuecomment-2097290905
Note that despite these changes, none of these commands work like methods anymore. E.g.
However I doubt the second approach is used by anyone so going with this for now.