What's Changed
- In v280.0.5, the
activesupport
gem was bumped from 7.0.8 to 7.1.0. This broke some releases that were using theObject#present?
method provided by ActiveSupport, as it was no longer included by default. We were getting these methods accidentally because the BOSH Director uses both thedelayed_job
andfactory_bot
gems, which both transitively includeactivesupport
. Because releases in the wild are relying on these methods, we now explicitly include theactive_support/core_ext/object/blank
in the templating pipeline library in order to continue providing the methods.
Full Changelog: v280.0.5...v280.0.6