mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
rubocop: 1.12.0 -> 1.12.1
https://github.com/rubocop/rubocop/releases/tag/v1.12.1
This commit is contained in:
parent
3a6116c550
commit
09513a5523
|
@ -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)
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue