Ruby Version upgraded
Last updated
Was this helpful?
Last updated
Was this helpful?
➡️ TODO(on:
ruby_bump
(
[...]
))
Your application does not have a Gemfile.lock
file.
The Gemfile.lock
file is not located at the root of your project.
TODO: Use the new Regexp timeout feature once we are on Ruby 3.2
Equivalent to: ruby_bump
(
'3.2'
)
TODO: No need to remove the tempfile manually on Ruby 3.4, if we use the anonymous keyword
Equivalent to: ruby_bump
(
'3.4'
)
TODO: Do something after we upgrade Ruby
Equivalent to: 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 in the following conditions:
The Gemfile.lock
file lacks Ruby Version information because the Gemfile
doesn't .