mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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`.
4 lines
62 B
Ruby
4 lines
62 B
Ruby
source 'https://rubygems.org'
|
|
gem 'taskjuggler'
|
|
gem 'webrick'
|