diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-10-13 11:52:33 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-10-13 12:01:03 +0900 |
commit | 2e0de2dd41234a59b028af3ed486549bda6ea438 (patch) | |
tree | fc2ac72eef49355f155b4d22245fddd646666b67 | |
parent | 62ff514d33d3a3b0930956a4b4866e6b228c278c (diff) | |
download | rails-2e0de2dd41234a59b028af3ed486549bda6ea438.tar.gz rails-2e0de2dd41234a59b028af3ed486549bda6ea438.tar.bz2 rails-2e0de2dd41234a59b028af3ed486549bda6ea438.zip |
Bump RuboCop 0.50.0
RuboCop 0.50.0 was released.
https://github.com/bbatsov/rubocop/releases/tag/v0.50.0
And `rubocop-0-50` channel is available in Code Climate.
https://github.com/codeclimate/codeclimate-rubocop/issues/107#issuecomment-336234260
This commit will bump RuboCop to 0.50.0.
There are no new offences in this change.
```console
% bundle exec rubocop --version
0.50.0
% bundle exec rubocop
Inspecting 2350 files
(snip)
2350 files inspected, no offenses detected
```
-rw-r--r-- | .codeclimate.yml | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 63d3562e9b..1f4a1bb201 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,7 @@ engines: rubocop: enabled: true - channel: rubocop-0-49 + channel: rubocop-0-50 ratings: paths: diff --git a/Gemfile.lock b/Gemfile.lock index 9c3a7e3c82..6228d754a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -391,14 +391,14 @@ GEM sinatra (>= 0.9.2) vegas (~> 0.1.2) retriable (3.1.1) - rubocop (0.49.1) + rubocop (0.50.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) + rainbow (>= 2.2.2, < 3.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - ruby-progressbar (1.8.1) + ruby-progressbar (1.9.0) ruby_dep (1.5.0) rubyzip (1.2.1) rufus-scheduler (3.4.2) |