1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

rubocop: 0.74.0 -> 0.75.0

Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.75.0
This commit is contained in:
Mario Rodas 2019-09-30 18:00:00 -05:00
parent dd57c164e9
commit cad5d81b1c
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8
2 changed files with 6 additions and 6 deletions

View file

@ -4,10 +4,10 @@ GEM
ast (2.4.0)
jaro_winkler (1.5.3)
parallel (1.17.0)
parser (2.6.3.0)
parser (2.6.4.1)
ast (~> 2.4.0)
rainbow (3.0.0)
rubocop (0.74.0)
rubocop (0.75.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)

View file

@ -35,10 +35,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pnks149x0fzgqiw53qlmvcd8bi746cxdw03sjljby5s97p1fskn";
sha256 = "1axig0czm40ydbnay9b9qzzavszx2p7knidbwim8lgcpfm4ynxdw";
type = "gem";
};
version = "2.6.3.0";
version = "2.6.4.1";
};
rainbow = {
groups = ["default"];
@ -56,10 +56,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wpyass9qb2wvq8zsc7wdzix5xy2ldiv66wnx8mwwprz2dcvzayk";
sha256 = "1x0hc3b9admal4684cfa1rh778khsydkv1dwf18cxyvb3v2h9rab";
type = "gem";
};
version = "0.74.0";
version = "0.75.0";
};
ruby-progressbar = {
groups = ["default"];