nixpkgs/pkgs/applications/misc/taskjuggler/Gemfile
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

4 lines
62 B
Ruby

source 'https://rubygems.org'
gem 'taskjuggler'
gem 'webrick'