method

dockerfile_bun_version

dockerfile_bun_version()
private

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 503
      def dockerfile_bun_version
        using_bun? and `bun --version`[/\d+\.\d+\.\d+/]
      rescue
        BUN_VERSION
      end