X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/23a70b3597649d58014fa8968271b8c850306af9..58a5c00401ff6d2b669cce93aaf040ab17341c8d:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 0be9a3a412..40cf4a86c0 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gem 'rails', '~> 5.0.0' -gem 'arvados', '>= 0.1.20150511150219' +gem 'arvados', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/ruby/arvados.gemspec' gem 'activerecord-nulldb-adapter', git: 'https://github.com/curoverse/nulldb' gem 'multi_json' @@ -62,7 +62,7 @@ group :test, :performance do end gem 'jquery-rails' -gem 'bootstrap-sass', '~> 3.1.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'bootstrap-x-editable-rails' gem 'bootstrap-tab-history-rails' @@ -90,9 +90,6 @@ gem 'sshkey' # Deploy with Capistrano # gem 'capistrano' -# To use debugger -#gem 'byebug' - gem 'passenger', :group => :production gem 'andand' gem 'RedCloth' @@ -114,3 +111,7 @@ gem 'logstash-event' gem 'safe_yaml' gem 'npm-rails' + +# arvados-google-api-client and googleauth (and thus arvados) gems +# depend on signet, but signet 0.12 is incompatible with ruby 2.3. +gem 'signet', '< 0.12'