diff --git a/.rubocop.yml b/.rubocop.yml index 1e44152ac..7df216ab2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -16,9 +16,6 @@ TrivialAccessors: Style/ModuleFunction: EnforcedStyle: extend_self -Style/ExtendSelf: - Enabled: false - # https://github.com/bbatsov/rubocop/pull/72 Style/AsciiComments: Enabled: false diff --git a/Gemfile b/Gemfile index 4d35a3157..057a64429 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'overcommit', '0.41.0' gem 'pry', '0.11.3' gem 'rake', '~> 12.3' gem 'rake-compiler', '~> 1.0' -gem 'rubocop', '0.52.0' +gem 'rubocop', '0.52.1' gem 'simplecov', '0.15.1' gem 'yard', '0.9.12' diff --git a/Gemfile.lock b/Gemfile.lock index 36aae763c..e7954db5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM overcommit (0.41.0) childprocess (~> 0.6, >= 0.6.3) iniparse (~> 1.4) - parallel (1.12.0) + parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) powerpack (0.1.1) @@ -49,7 +49,7 @@ GEM rake (12.3.0) rake-compiler (1.0.4) rake - rubocop (0.52.0) + rubocop (0.52.1) parallel (~> 1.10) parser (>= 2.4.0.2, < 3.0) powerpack (~> 0.1) @@ -81,7 +81,7 @@ DEPENDENCIES pry (= 0.11.3) rake (~> 12.3) rake-compiler (~> 1.0) - rubocop (= 0.52.0) + rubocop (= 0.52.1) simplecov (= 0.15.1) yard (= 0.9.12)