diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-01-14 15:37:48 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-01-31 22:21:13 -0600 |
commit | c8afcc19bacfefc638cfac9bce9f4e09ec238d47 (patch) | |
tree | a0212e691573898f59f95fa6298daf551fe2d434 /bin | |
parent | c71bdfc892214babefc4c993bba0e23546fe7367 (diff) | |
download | bundler-c8afcc19bacfefc638cfac9bce9f4e09ec238d47.tar.gz |
Update to RuboCop 0.36.0
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 8142053393..b0a3d74dbd 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -7,7 +7,7 @@ bundler_spec.dependencies.each do |dep| gem dep.name, dep.requirement.to_s end -gem "rubocop", "= 0.35.1" +gem "rubocop", "= 0.36.0" Gem::Specification.unresolved_deps.each do |_name, dep| gem dep.name, *dep.requirement |