summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 38d739b0ba..f5c459eaed 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -43,6 +43,6 @@ Gem::Specification.new do |s|
s.files += Dir.glob("man/**/*")
s.bindir = "exe"
- s.executables = %w(bundle bundler)
+ s.executables = %w[bundle bundler]
s.require_paths = ["lib"]
end