Merge pull request #118547 from marsam/update-rubocop

rubocop: 1.12.0 -> 1.12.1
This commit is contained in:
Sandro 2021-04-05 07:17:16 +02:00 committed by GitHub
commit 83c63225fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -11,7 +11,7 @@ bundlerEnv {
meta = with lib; {
description = "Automatic Ruby code style checking tool";
homepage = "https://docs.rubocop.org/";
homepage = "https://rubocop.org/";
license = licenses.mit;
maintainers = with maintainers; [ marsam leemachin ];
};

View file

@ -66,10 +66,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw";
sha256 = "0hi2c3a6alya9yx07nirnjzlc0mvmidnx67874njp6wf7d5xqqr9";
type = "gem";
};
version = "1.12.0";
version = "1.12.1";
};
rubocop-ast = {
dependencies = ["parser"];