mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32091 from utilum/update_rubocop
Update rubocop to the latest version
This commit is contained in:
commit
226211acfc
1 changed files with 9 additions and 10 deletions
19
Gemfile.lock
19
Gemfile.lock
|
@ -107,7 +107,7 @@ GEM
|
||||||
archive-zip (0.7.0)
|
archive-zip (0.7.0)
|
||||||
io-like (~> 0.3.0)
|
io-like (~> 0.3.0)
|
||||||
arel (9.0.0)
|
arel (9.0.0)
|
||||||
ast (2.3.0)
|
ast (2.4.0)
|
||||||
aws-partitions (1.20.0)
|
aws-partitions (1.20.0)
|
||||||
aws-sdk-core (3.3.0)
|
aws-sdk-core (3.3.0)
|
||||||
aws-partitions (~> 1.0)
|
aws-partitions (~> 1.0)
|
||||||
|
@ -335,9 +335,9 @@ GEM
|
||||||
nokogiri (1.8.1-x86-mingw32)
|
nokogiri (1.8.1-x86-mingw32)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.3.0)
|
||||||
os (0.9.6)
|
os (0.9.6)
|
||||||
parallel (1.12.0)
|
parallel (1.12.1)
|
||||||
parser (2.4.0.0)
|
parser (2.5.0.2)
|
||||||
ast (~> 2.2)
|
ast (~> 2.4.0)
|
||||||
path_expander (1.0.2)
|
path_expander (1.0.2)
|
||||||
pg (1.0.0)
|
pg (1.0.0)
|
||||||
pg (1.0.0-x64-mingw32)
|
pg (1.0.0-x64-mingw32)
|
||||||
|
@ -364,9 +364,8 @@ GEM
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.0.3)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
rainbow (2.2.2)
|
rainbow (3.0.0)
|
||||||
rake
|
rake (12.3.0)
|
||||||
rake (12.2.1)
|
|
||||||
rb-fsevent (0.10.2)
|
rb-fsevent (0.10.2)
|
||||||
rdoc (6.0.1)
|
rdoc (6.0.1)
|
||||||
redcarpet (3.2.3)
|
redcarpet (3.2.3)
|
||||||
|
@ -389,11 +388,11 @@ GEM
|
||||||
resque (~> 1.26)
|
resque (~> 1.26)
|
||||||
rufus-scheduler (~> 3.2)
|
rufus-scheduler (~> 3.2)
|
||||||
retriable (3.1.1)
|
retriable (3.1.1)
|
||||||
rubocop (0.51.0)
|
rubocop (0.52.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.3.3.1, < 3.0)
|
parser (>= 2.4.0.2, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 2.2.2, < 3.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.9.0)
|
ruby-progressbar (1.9.0)
|
||||||
|
|
Loading…
Reference in a new issue