diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2015-10-04 14:22:27 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2015-10-18 19:26:43 -0500 |
commit | 7eedfd15853e197d1da69e07bb54d789bb2333d4 (patch) | |
tree | 4c8edf7839f6740afe9a7a94855aa59084b8f4e7 /bin | |
parent | 59fd7949c48a9720b47252dbc7e85e514cf9c0b2 (diff) | |
download | bundler-7eedfd15853e197d1da69e07bb54d789bb2333d4.tar.gz |
[RuboCop] Update to 0.34.1
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 7936c64fa2..56201d51f0 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") |