diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2017-01-15 12:06:40 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-01-15 12:06:40 -0600 |
commit | 4f139572e0a3afe3ef1395e9ced3413f2d8439d4 (patch) | |
tree | 84c6413b30872bd9b05adb180511bd1618692241 /bin | |
parent | 3f0075896a60ba1771913fc1118ecc9b91db98bb (diff) | |
download | bundler-4f139572e0a3afe3ef1395e9ced3413f2d8439d4.tar.gz |
[RuboCop] Update to 0.46.0seg-update-rubocop
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 83e8e78c08..aedb4db20c 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -10,7 +10,7 @@ bundler_spec.dependencies.each do |dep| gem dep.name, dep.requirement end -gem "rubocop", "= 0.45.0" +gem "rubocop", "= 0.46.0" Gem.finish_resolve if Gem.respond_to?(:finish_resolve) |