showoff: Migrate to by-name (#404449)

This commit is contained in:
Pol Dellaiera 2025-05-06 23:24:26 +02:00 committed by GitHub
commit 50e87a961a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 15 deletions

View File

@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
commonmarker (0.23.11)
concurrent-ruby (1.3.5)
csv (3.3.2)
csv (3.3.4)
daemons (1.4.1)
em-websocket (0.3.8)
addressable (>= 2.1.1)
@ -20,17 +20,17 @@ GEM
concurrent-ruby (~> 1.0)
iso-639 (0.3.8)
csv
json (2.10.2)
json (2.11.3)
mini_portile2 (2.8.8)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.18.5)
nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
parslet (2.0.0)
pdfkit (0.8.7.3)
public_suffix (6.0.1)
public_suffix (6.0.2)
racc (1.8.1)
rack (2.2.13)
rack-contrib (2.5.0)
@ -80,4 +80,4 @@ DEPENDENCIES
showoff
BUNDLED WITH
2.6.2
2.6.6

View File

@ -35,10 +35,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0kmx36jjh2sahd989vcvw74lrlv07dqc3rnxchc5sj2ywqsw3w3g";
sha256 = "1kfqg0m6vqs6c67296f10cr07im5mffj90k2b5dsm51liidcsvp9";
type = "gem";
};
version = "3.3.2";
version = "3.3.4";
};
daemons = {
groups = [ "default" ];
@ -133,10 +133,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "01lbdaizhkxmrw4y8j3wpvsryvnvzmg0pfs56c52laq2jgdfmq1l";
sha256 = "1hfcz73wszgqprg2pr83qjbyfb0k93frbdvyhgmw0ryyl9cgc44s";
type = "gem";
};
version = "2.10.2";
version = "2.11.3";
};
mini_portile2 = {
groups = [ "default" ];
@ -168,10 +168,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1p1nl5gqs56wlv2gwzdj0px3dw018ywpkg14a4s23b0qjkdgi9n8";
sha256 = "0rb306hbky6cxfyc8vrwpvl40fdapjvhsk62h08gg9wwbn3n8x4c";
type = "gem";
};
version = "1.18.5";
version = "1.18.8";
};
ostruct = {
groups = [ "default" ];
@ -208,10 +208,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
sha256 = "1543ap9w3ydhx39ljcd675cdz9cr948x9mp00ab8qvq6118wv9xz";
type = "gem";
};
version = "6.0.1";
version = "6.0.2";
};
racc = {
groups = [ "default" ];

View File

@ -10954,8 +10954,6 @@ with pkgs;
enableAirplay2 = true;
};
showoff = callPackage ../servers/http/showoff { };
stalwart-mail-webadmin = stalwart-mail.webadmin;
ruby-zoom = callPackage ../tools/text/ruby-zoom { };