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