method

dockerfile_bun_version

dockerfile_bun_version()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 566
      def dockerfile_bun_version
        capture_command("bun --version", /\d+\.\d+\.\d+/) || BUN_VERSION
      end