Skip to content

Commit

Permalink
Update rubocop to version 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jun 1, 2018
1 parent 51b4255 commit 0f7aaf7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.4)
ast (2.3.0)
ast (2.4.0)
autoprefixer-rails (5.1.7.1)
execjs
json
Expand Down Expand Up @@ -180,9 +180,9 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.12.0)
parser (2.4.0.2)
ast (~> 2.3)
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
poltergeist (1.6.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand Down Expand Up @@ -229,8 +229,7 @@ GEM
activesupport (= 4.2.7.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
Expand Down Expand Up @@ -260,11 +259,11 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.51.0)
rubocop (0.56.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
Expand Down Expand Up @@ -322,7 +321,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unicode-display_width (1.3.0)
unicode-display_width (1.3.3)
warden (1.2.6)
rack (>= 1.0)
web-console (2.3.0)
Expand Down

0 comments on commit 0f7aaf7

Please sign in to comment.