summaryrefslogtreecommitdiff
path: root/exe
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-01-14 15:44:09 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-31 22:21:13 -0600
commite86341047c049cdf7d2a6b10aa025a6633a2d5dd (patch)
tree972b36462fff23f8b436abb646a3fb70b42a1374 /exe
parentc8afcc19bacfefc638cfac9bce9f4e09ec238d47 (diff)
downloadbundler-e86341047c049cdf7d2a6b10aa025a6633a2d5dd.tar.gz
Fix exe/bundle_ruby to not cause RuboCop to choke
Diffstat (limited to 'exe')
-rwxr-xr-xexe/bundle_ruby2
1 files changed, 1 insertions, 1 deletions
diff --git a/exe/bundle_ruby b/exe/bundle_ruby
index 346dbf2ae2..00829265d8 100755
--- a/exe/bundle_ruby
+++ b/exe/bundle_ruby
@@ -38,7 +38,7 @@ module Bundler
def gem(name, *args)
end
- def group(*args, &blk)
+ def group(*args)
end
end
end