rubocop: 1.11.0 -> 1.12.0

https://github.com/rubocop/rubocop/releases/tag/v1.12.0
This commit is contained in:
Mario Rodas 2021-03-24 04:20:00 +00:00
parent 10836fa0fb
commit d45bf41d7a
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ GEM
rainbow (3.0.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.11.0)
rubocop (1.12.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 = "0zrzsgx35mcr81c51gyx63s7yngcfgk33dbkx5j0npkaks4fcm7r";
sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw";
type = "gem";
};
version = "1.11.0";
version = "1.12.0";
};
rubocop-ast = {
dependencies = ["parser"];