diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-05-09 10:35:03 +0900 |
---|---|---|
committer | Koichi ITO <lol@wut.com> | 2017-05-28 17:23:34 +0900 |
commit | 6bfb49ef40cea035407ed01371a960c46c0ad09a (patch) | |
tree | e2cd512df9f7ac98f320f4ada927e510cffe8c97 /bin | |
parent | c49ca61e05ceb45406f3eb04b63960873b610279 (diff) | |
download | bundler-6bfb49ef40cea035407ed01371a960c46c0ad09a.tar.gz |
[RuboCop] Update to 0.48.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 ab7285f421..c98433bb18 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.48.0" +gem "rubocop", "= 0.48.1" Gem.finish_resolve if Gem.respond_to?(:finish_resolve) |