." generated with Ronn-NG/v0.10.1 ." github.com/apjanke/ronn-ng/tree/0.10.1 .TH “BUNDLE-INIT” “1” “July 2025” “” .SH “NAME” fBbundle-initfR - Generates a Gemfile into the current working directory .SH “SYNOPSIS” fBbundle initfR [--gemspec=FILE] .SH “DESCRIPTION” Init generates a default [fBGemfile(5)fR] in the current working directory. When adding a [fBGemfile(5)fR] to a gem with a gemspec, the fB--gemspecfR option will automatically add each dependency listed in the gemspec file to the newly created [fBGemfile(5)fR]. .SH “OPTIONS” .TP fB--gemspec=GEMSPECfR Use the specified .gemspec to create the [fBGemfile(5)fR] .TP fB--gemfile=GEMFILEfR Use the specified name for the gemfile instead of fBGemfilefR .SH “FILES” Included in the default [fBGemfile(5)fR] generated is the line fB# frozen_string_literal: truefR. This is a magic comment supported for the first time in Ruby 2.3. The presence of this line results in all string literals in the file being implicitly frozen. .SH “SEE ALSO” Gemfile(5) fIbundler.io/man/gemfile.5.htmlfR