diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-03-09 11:14:53 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-03-09 11:14:53 -0600 |
commit | 2d0fc718ea1a7365182152af370a0a5d418df220 (patch) | |
tree | 41978063c783b3c34c1e19d32d923a3218af5d48 /bin | |
parent | 2d7d9c8b4404a74fbb4baacc1cee809318f3123e (diff) | |
download | bundler-2d0fc718ea1a7365182152af370a0a5d418df220.tar.gz |
[RuboCop] Update to 0.38.0seg-rubocop-0.38
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 01840861cc..bc620424a3 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -10,7 +10,7 @@ bundler_spec.dependencies.each do |dep| gem dep.name, dep.requirement.to_s end -gem "rubocop", "= 0.37.1" +gem "rubocop", "= 0.38.0" Gem.finish_resolve if Gem.respond_to?(:finish_resolve) |