nixpkgs/pkgs/servers/consul/Gemfile
John Boehr 711f96ee1d
consul-ui: fix build
Update the dependencies used for building consul-ui. therubyracer
is no longer required and fails to build. Instead, a nodejs
binary is required to build the assets. Patch out unnecessary
executions of `bundle` which can cause failures.
2018-05-30 10:40:18 -07:00

6 lines
76 B
Ruby

# A sample Gemfile
source "https://rubygems.org"
gem "uglifier"
gem "sass"