This method is only available on newer versions. The first available version (v2_6_3) is shown here.
built_at()
A string representing the date the bundler gem was built.
# File lib/bundler/build_metadata.rb, line 22 def self.built_at @built_at ||= Time.now.utc.strftime("%Y-%m-%d").freeze end