X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e49ad3dfe5092d2a5f2371aba4d6005a54af36a0..c62d9a299247f31ef1baff27b9726010c963e3f1:/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'