X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/91a3a6759a0294c28fa55f044c2d611d01054c20..52ecfbd9838f9f643de1e0bd579aaa3576db565d:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index f428bc2667..c7e3870076 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.20140910123800' + # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -50,6 +52,7 @@ 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'