method
dockerfile_bun_version
v8.1.1 -
Show latest stable
- Class:
Rails::Generators::AppBase
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