method
dockerfile_bun_version
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::AppBase
dockerfile_bun_version()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 539
def dockerfile_bun_version
using_bun? and `bun --version`[/\d+\.\d+\.\d+/]
rescue
BUN_VERSION
end