rubycop: 0.47.0 -> 0.55.0

This commit is contained in:
Jörg Thalheim 2018-04-25 22:14:41 +01:00
parent e4d2d32a32
commit c3e137e7cb
2 changed files with 37 additions and 28 deletions

View File

@ -1,20 +1,22 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.3.0) ast (2.4.0)
parser (2.3.3.1) parallel (1.12.1)
ast (~> 2.2) parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.1) powerpack (0.1.1)
rainbow (2.2.1) rainbow (3.0.0)
rake (12.0.0) rake (12.3.1)
rubocop (0.47.0) rubocop (0.55.0)
parser (>= 2.3.3.1, < 3.0) parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1) ruby-progressbar (1.9.0)
unicode-display_width (1.1.3) unicode-display_width (1.3.2)
PLATFORMS PLATFORMS
ruby ruby
@ -24,4 +26,4 @@ DEPENDENCIES
rubocop rubocop
BUNDLED WITH BUNDLED WITH
1.13.7 1.14.6

View File

@ -2,19 +2,27 @@
ast = { ast = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0pp82blr5fakdk27d1d21xq9zchzb6vmyb1zcsl520s3ygvprn8m"; sha256 = "184ssy3w93nkajlz2c70ifm79jp3j737294kbc5fjw69v1w0n9x7";
type = "gem"; type = "gem";
}; };
version = "2.3.0"; version = "2.4.0";
};
parallel = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "01hj8v1qnyl5ndrs33g8ld8ibk0rbcqdpkpznr04gkbxd11pqn67";
type = "gem";
};
version = "1.12.1";
}; };
parser = { parser = {
dependencies = ["ast"]; dependencies = ["ast"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1nply96nqrkgx8d3jay31sfy5p4q74dg8ymln0mdazxx5cz2n8bq"; sha256 = "1af7aa1c2npi8dkshgm3f8qyacabm94ckrdz7b8vd3f8zzswqzp9";
type = "gem"; type = "gem";
}; };
version = "2.3.3.1"; version = "2.5.1.0";
}; };
powerpack = { powerpack = {
source = { source = {
@ -25,45 +33,44 @@
version = "0.1.1"; version = "0.1.1";
}; };
rainbow = { rainbow = {
dependencies = ["rake"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0frz90gyi5k26jx3ham1x661hpkxf82rkxb85nakcz70dna7i8ri"; sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
type = "gem"; type = "gem";
}; };
version = "2.2.1"; version = "3.0.0";
}; };
rake = { rake = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "01j8fc9bqjnrsxbppncai05h43315vmz9fwg28qdsgcjw9ck1d7n"; sha256 = "1idi53jay34ba9j68c3mfr9wwkg3cd9qh0fn9cg42hv72c6q8dyg";
type = "gem"; type = "gem";
}; };
version = "12.0.0"; version = "12.3.1";
}; };
rubocop = { rubocop = {
dependencies = ["parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"]; dependencies = ["parallel" "parser" "powerpack" "rainbow" "ruby-progressbar" "unicode-display_width"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1lsv3zbjl14nqyqqvcwciz15nq76l7vg97nydrdsrxs2bc5jrlsm"; sha256 = "17qnk66q4diny1bvzbwsl1d5a26nj0mjzc2425h6nyp3xqjipz11";
type = "gem"; type = "gem";
}; };
version = "0.47.0"; version = "0.55.0";
}; };
ruby-progressbar = { ruby-progressbar = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1qzc7s7r21bd7ah06kskajc2bjzkr9y0v5q48y0xwh2l55axgplm"; sha256 = "1igh1xivf5h5g3y5m9b4i4j2mhz2r43kngh4ww3q1r80ch21nbfk";
type = "gem"; type = "gem";
}; };
version = "1.8.1"; version = "1.9.0";
}; };
unicode-display_width = { unicode-display_width = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1r28mxyi0zwby24wyn1szj5hcnv67066wkv14wyzsc94bf04fqhx"; sha256 = "0x31fgv1acywbb50prp7y4fr677c2d9gsl6wxmfcrlxbwz7nxn5n";
type = "gem"; type = "gem";
}; };
version = "1.1.3"; version = "1.3.2";
}; };
} }