summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-02-20 19:40:32 +1100
committerColby Swandale <colby@taplaboratories.com>2017-02-20 19:40:32 +1100
commitef4c2c7f78a76d0cb2a0a0040457a60650d783c7 (patch)
tree9ce9f663393a9c195bad9f870cb66c43dc5874f2 /bin
parentc7f3d05ec03326d4c6bac6b26ba41f06f0236e66 (diff)
downloadbundler-ef4c2c7f78a76d0cb2a0a0040457a60650d783c7.tar.gz
[Rubocop] Update Rubocop to 0.47.1
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rubocop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop
index aedb4db20c..c7d45e23fb 100755
--- a/bin/rubocop
+++ b/bin/rubocop
@@ -10,7 +10,7 @@ bundler_spec.dependencies.each do |dep|
gem dep.name, dep.requirement
end
-gem "rubocop", "= 0.46.0"
+gem "rubocop", "= 0.47.1"
Gem.finish_resolve if Gem.respond_to?(:finish_resolve)