Skip to content

Commit

Permalink
Bump rubocop from 0.74.0 to 0.93.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.74.0 to 0.93.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.74.0...v0.93.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 13, 2020
1 parent 1aed28c commit bd9efeb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'puma', '~> 4.1'
gem 'rails', '~> 5.2.3'
gem 'redis', '~> 4.1'
gem 'rolify'
gem 'rubocop', '~>0.74.0'
gem 'rubocop', '~>0.93.1'
gem 'sass-rails', '~> 6.0'
gem 'turbolinks', '~> 5'
gem 'tzinfo-data', :platforms => [:mingw, :mswin, :x64_mingw, :jruby]
Expand Down
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.0)
ast (2.4.1)
autoprefixer-rails (9.6.1)
execjs
bcrypt (3.1.13)
Expand Down Expand Up @@ -111,8 +111,6 @@ GEM
rubocop (~> 0.20)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
jaro_winkler (1.5.3-java)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
Expand Down Expand Up @@ -157,9 +155,9 @@ GEM
shellany (~> 0.0)
orm_adapter (0.5.0)
paginate (4.0.1)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
pg (1.1.4)
pg (1.1.4-x64-mingw32)
pg (1.1.4-x86-mingw32)
Expand Down Expand Up @@ -208,9 +206,11 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.2)
regexp_parser (1.8.2)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rexml (3.2.4)
rolify (5.2.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
Expand All @@ -233,13 +233,17 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.6)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -288,7 +292,7 @@ GEM
tzinfo (>= 1.0.0)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.6.0)
unicode-display_width (1.7.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.7.0)
Expand Down Expand Up @@ -330,7 +334,7 @@ DEPENDENCIES
redis (~> 4.1)
rolify
rspec-rails
rubocop (~> 0.74.0)
rubocop (~> 0.93.1)
sass-rails (~> 6.0)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit bd9efeb

Please sign in to comment.