rubocop: 1.10.0 -> 1.11.0

https://github.com/rubocop/rubocop/releases/tag/v1.11.0
This commit is contained in:
Mario Rodas 2021-03-06 04:20:00 +00:00
parent 9fa29c0df2
commit 55142f4301
3 changed files with 6 additions and 7 deletions

View file

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

View file

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

View file

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