b4403bcc85
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`.
3 lines
62 B
Ruby
3 lines
62 B
Ruby
source 'https://rubygems.org'
|
|
gem 'taskjuggler'
|
|
gem 'webrick'
|