Merge pull request #118547 from marsam/update-rubocop

rubocop: 1.12.0 -> 1.12.1

authored by

Sandro and committed by
GitHub
83c63225 0f68df76

+4 -4
+1 -1
pkgs/development/tools/rubocop/Gemfile.lock
··· 8 8 rainbow (3.0.0) 9 9 regexp_parser (2.1.1) 10 10 rexml (3.2.4) 11 - rubocop (1.12.0) 11 + rubocop (1.12.1) 12 12 parallel (~> 1.10) 13 13 parser (>= 3.0.0.0) 14 14 rainbow (>= 2.2.2, < 4.0)
+1 -1
pkgs/development/tools/rubocop/default.nix
··· 11 11 12 12 meta = with lib; { 13 13 description = "Automatic Ruby code style checking tool"; 14 - homepage = "https://docs.rubocop.org/"; 14 + homepage = "https://rubocop.org/"; 15 15 license = licenses.mit; 16 16 maintainers = with maintainers; [ marsam leemachin ]; 17 17 };
+2 -2
pkgs/development/tools/rubocop/gemset.nix
··· 66 66 platforms = []; 67 67 source = { 68 68 remotes = ["https://rubygems.org"]; 69 - sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw"; 69 + sha256 = "0hi2c3a6alya9yx07nirnjzlc0mvmidnx67874njp6wf7d5xqqr9"; 70 70 type = "gem"; 71 71 }; 72 - version = "1.12.0"; 72 + version = "1.12.1"; 73 73 }; 74 74 rubocop-ast = { 75 75 dependencies = ["parser"];