Ruby Gem upgraded
Last updated
Last updated
Use the Ruby Gem upgraded trigger to expire a TODO when a version of a Gem matching the constraint(s) is upgraded in your application.
➡️ TODO(on:
gem_bump
(
'nokogiri', '> 1.15'
))
Please ensure you always explicitly mention the term "gem" (literally), for Catana to correctly detect this trigger.
TODO: Remove this monkeypatch once we bump the stripe gem to > 5
Equivalent to: gem_release
(
'stripe', '> 5'
)
TODO: webmock 3.24 has this feature, no need for it when we upgrade the gem
Equivalent to: gem_release
(
'webmock', '3.24'
)
TODO: Do something when we update kuaz-thermometer to 1.0.0 Equivalent to: No detection as the term "gem" is not mentioned