20ffb69cea
Changelog: - https://github.com/rubocop-hq/rubocop/releases/tag/v0.75.1 - https://github.com/rubocop-hq/rubocop/releases/tag/v0.76.0
84 lines
2.1 KiB
Nix
84 lines
2.1 KiB
Nix
{
|
|
ast = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "184ssy3w93nkajlz2c70ifm79jp3j737294kbc5fjw69v1w0n9x7";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.0";
|
|
};
|
|
jaro_winkler = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1930v0chc1q4fr7hn0y1j34mw0v032a8kh0by4d4sbz8ksy056kf";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.3";
|
|
};
|
|
parallel = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "091p5zrzzyg3fg48jhdz9lzjf2r9r3akra2cd46yd4nza3xgxshz";
|
|
type = "gem";
|
|
};
|
|
version = "1.18.0";
|
|
};
|
|
parser = {
|
|
dependencies = ["ast"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "09davv4ld6caqlczw64vhwf8hr41apys3cj8v2h96yxs4qg1m2iw";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.5.0";
|
|
};
|
|
rainbow = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
rubocop = {
|
|
dependencies = ["jaro_winkler" "parallel" "parser" "rainbow" "ruby-progressbar" "unicode-display_width"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "07x51ixlx76y194xsszh5lbkaqakz44ykbrjxg3qaggbs18790q0";
|
|
type = "gem";
|
|
};
|
|
version = "0.76.0";
|
|
};
|
|
ruby-progressbar = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1k77i0d4wsn23ggdd2msrcwfy0i376cglfqypkk2q77r2l3408zf";
|
|
type = "gem";
|
|
};
|
|
version = "1.10.1";
|
|
};
|
|
unicode-display_width = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "08kfiniak1pvg3gn5k6snpigzvhvhyg7slmm0s2qx5zkj62c1z2w";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.0";
|
|
};
|
|
} |