-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): bump ruby version to 3.2.0 #737
Conversation
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.
Cool :)
@@ -1,4 +1,4 @@ | |||
describe CreateAndInviteApplicantJob, type: :job do |
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.
On a plus besoin de spécifier le type de test dans rspec ?
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.
Oui apparemment c'est fait automatiquement maintenant :) !
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.
C'est fait automatiquement si on active config.infer_spec_type_from_file_location!
. 😉
Ça fait un moment que ça existe (la PR originale pour les curieux), et d'ailleurs il faudrait qu'on parle de ça côté lapins !
Dans cette PR j'upgrade la version de ruby pour utiliser la version
3.2.0
.J'en ai profité pour update nos gems, notamment
rails
qui passe à la version7.4.0
etbundler
à la version2.4.3
.Je fais également quelques modifications de syntaxes liées aux nouvelles règles rubocop introduites par cette version.