Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop from 0.90.0 to 0.93.0 #732

Merged
merged 1 commit into from Oct 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ group :development do
gem "pry", "0.13.1"
gem "rake", "~> 13.0"
gem "rake-compiler", "~> 1.0"
gem "rubocop", "0.90.0"
gem "rubocop", "0.93.0"
gem "rubocop-packaging", "~> 0.5"
gem "rubocop-performance", "~> 1.3"
gem "simplecov", "0.19.0"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -36,7 +36,7 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.2)
parser (2.7.1.4)
parser (2.7.2.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
Expand All @@ -46,19 +46,19 @@ GEM
rake (13.0.1)
rake-compiler (1.1.1)
rake
regexp_parser (1.7.1)
regexp_parser (1.8.1)
rexml (3.2.4)
rubocop (0.90.0)
rubocop (0.93.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.3.0, < 1.0)
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
parser (>= 2.7.1.4)
rubocop-ast (0.7.1)
parser (>= 2.7.1.5)
rubocop-packaging (0.5.0)
rubocop (~> 0.89)
rubocop-performance (1.7.0)
Expand Down Expand Up @@ -87,7 +87,7 @@ DEPENDENCIES
pry (= 0.13.1)
rake (~> 13.0)
rake-compiler (~> 1.0)
rubocop (= 0.90.0)
rubocop (= 0.93.0)
rubocop-packaging (~> 0.5)
rubocop-performance (~> 1.3)
simplecov (= 0.19.0)
Expand Down