X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..197d9db51a358ae6effdc58cbb94f77d30e16f74:/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'