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

Bump .ruby_version to latest Ruby version (3.3.5) #381

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

berkos
Copy link
Contributor

@berkos berkos commented Oct 13, 2024

👋 Thanks for the review in advance. 🙏

This PR matches locally the ruby version with the CI .
Also corrects a couple of minor typos spotted while going through the Readme.

Copy link
Member

@rosa rosa left a comment

Choose a reason for hiding this comment

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

Thanks a lot and sorry for the delay!

README.md Outdated
@@ -252,7 +252,7 @@ class MyJob < ApplicationJob

# ...
```
- `key` is the only required parameter, and it can be a symbol, a string or a proc that receives the job arguments as parameters and will be used to identify the jobs that need to be limited together. If the proc returns an Active Record record, the key will be built from its class name and `id`.
- `key` is the only required parameter, and it can be a symbol, a string or a proc that receives the job arguments as parameters and will be used to identify the jobs that need to be limited together. If the proc returns an ActiveRecord record, the key will be built from its class name and `id`.
Copy link
Member

Choose a reason for hiding this comment

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

I think Active Record is written separate 🤔 Unless it's the specific Ruby module, but in that case I think I'd have written ActiveRecord::Base.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review, that makes sense. I wrongly thought it was referred to the module. Corrected.

@berkos berkos force-pushed the berkos/bump-to-latest-ruby-version branch from 55da496 to 718fdc0 Compare November 11, 2024 22:08
Copy link
Member

@rosa rosa left a comment

Choose a reason for hiding this comment

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

Thank you so much! 🙏

@rosa rosa merged commit 0e59c07 into rails:main Nov 12, 2024
4 checks passed
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