Skip to content

Commit

Permalink
Update dependency rubocop to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 7, 2021
1 parent 07c40c2 commit 1d86797
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ group :development, :test do
##
# We want to use the same version of rubocop as Codeclimate does - see
# .codeclimate.yml and https://docs.codeclimate.com/docs/rubocop
gem 'rubocop', '~> 0.93.0', require: false
gem 'rubocop', '~> 1.8.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,15 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.1)
rubocop (0.93.0)
rubocop (1.8.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 0.6.0)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
rubocop-performance (1.9.2)
Expand Down Expand Up @@ -364,7 +364,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
videojs_rails (4.12.15)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -433,7 +433,7 @@ DEPENDENCIES
rerun
responders (~> 3.0)
rspec-rails
rubocop (~> 0.93.0)
rubocop (~> 1.8.0)
rubocop-performance
rubocop-rails
sassc-rails
Expand Down

0 comments on commit 1d86797

Please sign in to comment.