X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/949c388c5ec3bc4f8cc6b3d503c11dcd20e5bbd4..6741a2db39cab991efd28d742071170fdbe908f2:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 754d5c6043..b96fee18e0 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -3,6 +3,8 @@ source 'https://rubygems.org' gem 'rails', '~> 4.1.0' gem 'minitest', '>= 5.0.0' +gem 'arvados', '>= 0.1.20140917180103' + # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -49,6 +51,8 @@ gem 'bootstrap-x-editable-rails' gem 'less' gem 'less-rails' +gem 'wiselinks' +gem 'sshkey' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0'