Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
127 lines
3.0 KiB
Nix
127 lines
3.0 KiB
Nix
{
|
|
activesupport = {
|
|
dependencies = [
|
|
"base64"
|
|
"bigdecimal"
|
|
"concurrent-ruby"
|
|
"connection_pool"
|
|
"drb"
|
|
"i18n"
|
|
"minitest"
|
|
"mutex_m"
|
|
"tzinfo"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0z8kygxmz99krz9pwp947znkzf0jr64sml28df0vf1gzxlg7y57i";
|
|
type = "gem";
|
|
};
|
|
version = "7.1.3.3";
|
|
};
|
|
base64 = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
bigdecimal = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.8";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.3";
|
|
};
|
|
connection_pool = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.1";
|
|
};
|
|
drb = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.1";
|
|
};
|
|
i18n = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16";
|
|
type = "gem";
|
|
};
|
|
version = "1.14.5";
|
|
};
|
|
minitest = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
|
|
type = "gem";
|
|
};
|
|
version = "5.23.1";
|
|
};
|
|
mutex_m = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
rrule = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "04h3q0ws0wswqj3mwjyv44yx59d9ima9a820ay9w5bwnlb73syj2";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.4";
|
|
};
|
|
tzinfo = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.6";
|
|
};
|
|
}
|