Merge pull request #113262 from marsam/update-rubocop

rubocop: 1.9.1 -> 1.10.0
This commit is contained in:
Daniël de Kok 2021-02-16 08:54:17 +01:00 committed by GitHub
commit 028ebdb0b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ GEM
rainbow (3.0.0)
regexp_parser (2.0.3)
rexml (3.2.4)
rubocop (1.9.1)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)

View file

@ -66,10 +66,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06npybjypxsrz09z8ivxqfcwzpbgif6z3hwpp0ls8znqlgp3m922";
sha256 = "1ncd6w4sc112j86j9j12ws7flxfi8dk8nal2kyxg7phdfr703qlz";
type = "gem";
};
version = "1.9.1";
version = "1.10.0";
};
rubocop-ast = {
dependencies = ["parser"];