Merge pull request #115269 from marsam/update-rubocop

rubocop: 1.10.0 -> 1.11.0
This commit is contained in:
Sandro 2021-03-07 04:03:59 +01:00 committed by GitHub
commit e61df8ad51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -6,9 +6,9 @@ GEM
parser (3.0.0.0) parser (3.0.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
rainbow (3.0.0) rainbow (3.0.0)
regexp_parser (2.0.3) regexp_parser (2.1.1)
rexml (3.2.4) rexml (3.2.4)
rubocop (1.10.0) rubocop (1.11.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.0.0.0) parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)

View file

@ -14,6 +14,5 @@ bundlerEnv {
homepage = "https://docs.rubocop.org/"; homepage = "https://docs.rubocop.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ marsam leemachin ]; maintainers = with maintainers; [ marsam leemachin ];
platforms = platforms.unix;
}; };
} }

View file

@ -45,10 +45,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0zm86k9q8m5jkcnpb1f93wsvc57saldfj8czxkx1aw031i95inip"; sha256 = "0vg7imjnfcqjx7kw94ccj5r78j4g190cqzi1i59sh4a0l940b9cr";
type = "gem"; type = "gem";
}; };
version = "2.0.3"; version = "2.1.1";
}; };
rexml = { rexml = {
groups = ["default"]; groups = ["default"];
@ -66,10 +66,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1ncd6w4sc112j86j9j12ws7flxfi8dk8nal2kyxg7phdfr703qlz"; sha256 = "0zrzsgx35mcr81c51gyx63s7yngcfgk33dbkx5j0npkaks4fcm7r";
type = "gem"; type = "gem";
}; };
version = "1.10.0"; version = "1.11.0";
}; };
rubocop-ast = { rubocop-ast = {
dependencies = ["parser"]; dependencies = ["parser"];