Merge pull request #64432 from marsam/update-rubocop

rubocop: 0.71.0 -> 0.72.0
This commit is contained in:
Mario Rodas 2019-07-09 01:33:25 -05:00 committed by GitHub
commit 6cc7e33ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -2,12 +2,12 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.4.0) ast (2.4.0)
jaro_winkler (1.5.2) jaro_winkler (1.5.3)
parallel (1.17.0) parallel (1.17.0)
parser (2.6.3.0) parser (2.6.3.0)
ast (~> 2.4.0) ast (~> 2.4.0)
rainbow (3.0.0) rainbow (3.0.0)
rubocop (0.71.0) rubocop (0.72.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.6)

View File

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

View File

@ -14,10 +14,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1zz27z88qznix4r65gd9h56gl177snlfpgv10b0s69vi8qpl909l"; sha256 = "1930v0chc1q4fr7hn0y1j34mw0v032a8kh0by4d4sbz8ksy056kf";
type = "gem"; type = "gem";
}; };
version = "1.5.2"; version = "1.5.3";
}; };
parallel = { parallel = {
groups = ["default"]; groups = ["default"];
@ -56,10 +56,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0mjyrf1dmf58i40izs8rp2j4mqnyd4qpah9svmkwhs33ckxsjh6b"; sha256 = "192vmm9ah6b4wyabawaszpr8n3z93y3ymykp3m4pncrbwngmn3m2";
type = "gem"; type = "gem";
}; };
version = "0.71.0"; version = "0.72.0";
}; };
ruby-progressbar = { ruby-progressbar = {
groups = ["default"]; groups = ["default"];