summaryrefslogtreecommitdiff
path: root/bin/rubocop
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-07-28 12:27:17 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-02 15:04:28 -0500
commit6e4f3a12a19c9e0ecfda6c98d068baabca3c76d6 (patch)
tree7e62c36de577f70fa5cd782e646e09587bd4aac4 /bin/rubocop
parentac494b51e21cab23eac08b1b24b25a116a9214bc (diff)
downloadbundler-6e4f3a12a19c9e0ecfda6c98d068baabca3c76d6.tar.gz
Allow the binstubs to work with multi-part requirements
Diffstat (limited to 'bin/rubocop')
-rwxr-xr-xbin/rubocop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop
index 820e0f31a0..78641c589f 100755
--- a/bin/rubocop
+++ b/bin/rubocop
@@ -7,7 +7,7 @@ require "rubygems"
bundler_spec = Gem::Specification.load(File.expand_path("../../bundler.gemspec", __FILE__))
bundler_spec.dependencies.each do |dep|
- gem dep.name, dep.requirement.to_s
+ gem dep.name, dep.requirement
end
gem "rubocop", "= 0.41.2"