rubocop: 0.76.0 -> 0.77.0

Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.77.0
This commit is contained in:
Mario Rodas 2019-12-02 20:00:00 -05:00
parent e3434cd11b
commit ad5349f515
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
2 changed files with 9 additions and 9 deletions

View File

@ -2,12 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
jaro_winkler (1.5.3)
parallel (1.18.0)
jaro_winkler (1.5.4)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
rainbow (3.0.0)
rubocop (0.76.0)
rubocop (0.77.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)

View File

@ -14,20 +14,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1930v0chc1q4fr7hn0y1j34mw0v032a8kh0by4d4sbz8ksy056kf";
sha256 = "1y8l6k34svmdyqxya3iahpwbpvmn3fswhwsvrz0nk1wyb8yfihsh";
type = "gem";
};
version = "1.5.3";
version = "1.5.4";
};
parallel = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "091p5zrzzyg3fg48jhdz9lzjf2r9r3akra2cd46yd4nza3xgxshz";
sha256 = "12jijkap4akzdv11lm08dglsc8jmc87xcgq6947i1s3qb69f4zn2";
type = "gem";
};
version = "1.18.0";
version = "1.19.1";
};
parser = {
dependencies = ["ast"];
@ -56,10 +56,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "07x51ixlx76y194xsszh5lbkaqakz44ykbrjxg3qaggbs18790q0";
sha256 = "0m88b1bgbhmmbdnz2xv6n0il0j4q5qm9jbc0vf1zsaxmxqp06nx9";
type = "gem";
};
version = "0.76.0";
version = "0.77.0";
};
ruby-progressbar = {
groups = ["default"];