diff options
author | David RodrÃguez <[email protected]> | 2019-07-31 23:56:05 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-03 09:30:00 +0900 |
commit | 7ed1fc527e029f47c4ed17136fb1492c9fbdfdc9 (patch) | |
tree | a08af2765d0d531c38b98a4d4d9423a1d2490cfd /lib/bundler/friendly_errors.rb | |
parent | dab944e6ca9ed92ce72d1db4834b32e924d87015 (diff) |
[bundler/bundler] Bump rubocop to 0.74.0
And reenable exclusion because the bug why we added them has been fixed.
See https://github.com/rubocop-hq/rubocop/issues/6861.
https://github.com/bundler/bundler/commit/bda63fcffc
Diffstat (limited to 'lib/bundler/friendly_errors.rb')
-rw-r--r-- | lib/bundler/friendly_errors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/friendly_errors.rb b/lib/bundler/friendly_errors.rb index b93ae68012..45faf02020 100644 --- a/lib/bundler/friendly_errors.rb +++ b/lib/bundler/friendly_errors.rb @@ -5,7 +5,7 @@ require_relative "vendored_thor" module Bundler module FriendlyErrors - module_function # rubocop:disable Layout/AccessModifierIndentation + module_function def log_error(error) case error |