aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-10-04 14:22:27 -0500
committerSamuel Giddins <segiddins@segiddins.me>2015-10-18 19:26:43 -0500
commit7eedfd15853e197d1da69e07bb54d789bb2333d4 (patch)
tree4c8edf7839f6740afe9a7a94855aa59084b8f4e7 /bin
parent59fd7949c48a9720b47252dbc7e85e514cf9c0b2 (diff)
downloadbundler-7eedfd15853e197d1da69e07bb54d789bb2333d4.tar.gz
[RuboCop] Update to 0.34.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 7936c64f..56201d51 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.33.0"
+gem "rubocop", "= 0.34.1"
load Gem.bin_path("rubocop", "rubocop")