summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-05-09 10:35:03 +0900
committerKoichi ITO <lol@wut.com>2017-05-28 17:23:34 +0900
commit6bfb49ef40cea035407ed01371a960c46c0ad09a (patch)
treee2cd512df9f7ac98f320f4ada927e510cffe8c97 /bin
parentc49ca61e05ceb45406f3eb04b63960873b610279 (diff)
downloadbundler-6bfb49ef40cea035407ed01371a960c46c0ad09a.tar.gz
[RuboCop] Update to 0.48.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 ab7285f421..c98433bb18 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.48.0"
+gem "rubocop", "= 0.48.1"
Gem.finish_resolve if Gem.respond_to?(:finish_resolve)