Skip to content

Commit

Permalink
Bump rubocop from 0.52.0 to 0.52.1 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and deivid-rodriguez committed Dec 28, 2017
1 parent a4d5b82 commit a6b64f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit a6b64f1

Please sign in to comment.