Skip to content
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

joshuay03
Copy link

@joshuay03 joshuay03 commented May 7, 2024

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.

test "foo", 10  # works now
test("foo", 10) # still broken, worked before

However I doubt the second approach is used by anyone so going with this for now.

@joshuay03 joshuay03 self-assigned this May 7, 2024
@joshuay03 joshuay03 force-pushed the support-rails-7-2 branch 5 times, most recently from b241609 to 96278ae Compare May 7, 2024 10:46
@@ -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'
Copy link
Author

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.

Copy link
Author

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.

Copy link
Author

@joshuay03 joshuay03 May 8, 2024

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.

Copy link
Member

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

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.

@joshuay03 joshuay03 force-pushed the support-rails-7-2 branch 2 times, most recently from 75f3f86 to ded9a02 Compare May 7, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants