X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2369ce76e5c4d7797da2845f0574b56fc7709033..5a341ad3a358bfadb96c83fb95acb7ce3f50cd83:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index f428bc2667..46d017e184 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' @@ -41,6 +43,7 @@ group :test do # still mandatory. gem 'simplecov', '~> 0.7.1', require: false gem 'simplecov-rcov', require: false + gem 'mocha', require: false end gem 'jquery-rails' @@ -50,6 +53,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'