rubyPackages.standard: init at 1.40.0

This commit is contained in:
Kimat Boven 2024-08-20 20:06:28 +02:00
parent 08d4eb0924
commit 60dad75a8d
2 changed files with 46 additions and 2 deletions

View File

@ -149,6 +149,7 @@ gem 'slop'
gem 'snappy'
gem 'snmp'
gem 'sqlite3'
gem 'standard'
gem 'taglib-ruby'
gem 'thrift'
gem 'tilt'

View File

@ -2078,6 +2078,16 @@
};
version = "5.1.1";
};
lint_roller = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
type = "gem";
};
version = "1.1.0";
};
liquid = {
groups = ["default"];
platforms = [];
@ -3223,10 +3233,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf";
sha256 = "13bif1z20kqq8aaglj7352qpfkzbd8p8rd7lak335szxziqrn8rs";
type = "gem";
};
version = "1.62.1";
version = "1.65.1";
};
rubocop-ast = {
dependencies = ["parser"];
@ -3641,6 +3651,39 @@
};
version = "1.7.3";
};
standard = {
dependencies = ["language_server-protocol" "lint_roller" "rubocop" "standard-custom" "standard-performance"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0whz1l232xsf5fq5gxcbandmws8fx37h389n4q4ky1x1p7c7md2n";
type = "gem";
};
version = "1.40.0";
};
standard-custom = {
dependencies = ["lint_roller" "rubocop"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0av55ai0nv23z5mhrwj1clmxpgyngk7vk6rh58d4y1ws2y2dqjj2";
type = "gem";
};
version = "1.0.2";
};
standard-performance = {
dependencies = ["lint_roller" "rubocop-performance"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1551dwjwyqy7rckjgcb25k51k6wndn8m37mmbpanr0k4b6v757yy";
type = "gem";
};
version = "1.4.0";
};
stringio = {
groups = ["default"];
platforms = [];