nixpkgs/pkgs/applications/misc/taskjuggler/Gemfile.lock
Bjørn Forsman b4403bcc85 taskjuggler: add webrick for tj3webd
Without webrick, the taskjuggler web server fails to start.

Made by adding "gem 'webrick'" to the Gemfile and running
`nix-shell maintainers/scripts/update.nix --argstr package taskjuggler`.
2023-05-01 12:30:09 +02:00

40 lines
656 B
Plaintext

GEM
remote: https://rubygems.org/
specs:
date (3.3.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
sync (0.5.0)
taskjuggler (3.7.2)
mail (~> 2.7, >= 2.7.1)
term-ansicolor (~> 1.7, >= 1.7.1)
term-ansicolor (1.7.1)
tins (~> 1.0)
timeout (0.3.2)
tins (1.32.1)
sync
webrick (1.8.1)
PLATFORMS
x86_64-linux
DEPENDENCIES
taskjuggler
webrick
BUNDLED WITH
2.4.12