X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/279db7d614a25c5e81c6efda5c8950988682974a..6ac4615d13060a19d8cafbe35b67838e8ead33b0:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index eac4fdf601..788dcf6576 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + source 'https://rubygems.org' gem 'rails', '~> 4.1' @@ -98,3 +102,5 @@ gem 'lograge' gem 'logstash-event' gem 'safe_yaml' + +gem 'npm-rails'