software upgrades (bundle and nix-shell)

master
Denis Knauf 2022-10-04 18:24:53 +02:00
parent 01677886a2
commit 0274e0d299
2 changed files with 16 additions and 6 deletions

View File

@ -4,9 +4,9 @@ GEM
ffi (1.15.5)
nio4r (2.5.8)
prometheus-client (4.0.0)
puma (5.6.4)
puma (5.6.5)
nio4r (~> 2.0)
rack (2.2.3)
rack (3.0.0)
sd_notify (0.1.1)
systemd-journal (1.4.2)
ffi (~> 1.9)

View File

@ -35,20 +35,30 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dgr2rybayih2naz3658mbzqwfrg9fxl80zsvhscf6b972kp3jdw";
sha256 = "0qzq0c791kacv68hgk9zqsd1p7zx1y1rr9j10rn9yphibb8jj436";
type = "gem";
};
version = "5.6.4";
version = "5.6.5";
};
rack = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0i5vs0dph9i5jn8dfc6aqd6njcafmb20rwqngrf759c9cvmyff16";
sha256 = "1772yq480iffns36zisgsnaxf6cr6r7m8v7y14cwlpaqbnzdnyhr";
type = "gem";
};
version = "2.2.3";
version = "3.0.0";
};
sd_notify = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0c9imnjbakx25r2n7widfp00s19ndzmmwax761mx5vbwm9nariyb";
type = "gem";
};
version = "0.1.1";
};
systemd-journal = {
dependencies = ["ffi"];