diff options
author | Vít Ondruch <vondruch@redhat.com> | 2018-02-01 10:56:29 +0100 |
---|---|---|
committer | Vít Ondruch <vondruch@redhat.com> | 2018-02-01 17:38:50 +0100 |
commit | 894286896cd0ff70000296a162d812efcddcaa1f (patch) | |
tree | 6bf9478d88d964d89002f70debbf707727d589dc /lib/bundler/templates | |
parent | db3e04cd00179fc6f52f76673dea48fab9ee4b0b (diff) | |
download | bundler-894286896cd0ff70000296a162d812efcddcaa1f.tar.gz |
Remove unnecessary executable bit from gem template.
This file is not executable at all, since the shebang line contains just
placeholder for template expansion.
Please not that the RuboCop check is disabled on purpose, because the
executable bit of generated executables is set by other code, not by the
permissions on this template file.
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r--[-rwxr-xr-x] | lib/bundler/templates/Executable | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/bundler/templates/Executable b/lib/bundler/templates/Executable index 414a75898d..414a75898d 100755..100644 --- a/lib/bundler/templates/Executable +++ b/lib/bundler/templates/Executable |