Ruby Version upgraded
Last updated
Last updated
Use the Ruby upgrade trigger to expire a TODO when Ruby is upgraded in your application to a new version.
➡️ TODO(on:
ruby_bump
(
[...]
))
Catana detects the ruby version your application runs on by parsing the Gemfile.lock
file.
Pull Requests introducing a TODO with a ruby_bump
trigger will fail validation in the following conditions:
Your application does not have a Gemfile.lock
file.
The Gemfile.lock
file is not located at the root of your project.
The Gemfile.lock
file lacks Ruby Version information because the Gemfile
doesn't specify a Ruby Version.