aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-10-04 17:05:35 -0500
committerSamuel Giddins <segiddins@segiddins.me>2015-10-18 19:26:43 -0500
commit18e50d45ac22169cd071d729016d0ba0122a7335 (patch)
tree4a5e08e16f4624c10ad4a3fcc908271a61b9f6af /bin
parent7eedfd15853e197d1da69e07bb54d789bb2333d4 (diff)
downloadbundler-18e50d45ac22169cd071d729016d0ba0122a7335.tar.gz
[RuboCop] Regenerate todo file with new file excludes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rubocop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop
index 56201d51..f4993c40 100755
--- a/bin/rubocop
+++ b/bin/rubocop
@@ -7,5 +7,5 @@ bundler_spec.dependencies.each do |dep|
gem dep.name, dep.requirement.to_s
end
-gem "rubocop", "= 0.34.1"
+gem "rubocop", "= 0.34.2"
load Gem.bin_path("rubocop", "rubocop")