diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2015-10-04 17:05:35 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2015-10-18 19:26:43 -0500 |
commit | 18e50d45ac22169cd071d729016d0ba0122a7335 (patch) | |
tree | 4a5e08e16f4624c10ad4a3fcc908271a61b9f6af /bin | |
parent | 7eedfd15853e197d1da69e07bb54d789bb2333d4 (diff) | |
download | bundler-18e50d45ac22169cd071d729016d0ba0122a7335.tar.gz |
[RuboCop] Regenerate todo file with new file excludes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rubocop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop index 56201d51f0..f4993c40f3 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") |