diff options
Diffstat (limited to 'lib/bundler/templates/Executable')
-rwxr-xr-x | lib/bundler/templates/Executable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/templates/Executable b/lib/bundler/templates/Executable index cc9e06cfec..b72c267dd1 100755 --- a/lib/bundler/templates/Executable +++ b/lib/bundler/templates/Executable @@ -1,4 +1,5 @@ #!/usr/bin/env <%= Bundler.settings[:shebang] || RbConfig::CONFIG['ruby_install_name'] %> +# frozen_string_literal: true # # This file was generated by Bundler. # |