X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae60ced94e3ba9e80c994880886b11eefffd39c2..58a5c00401ff6d2b669cce93aaf040ab17341c8d:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index bc62407bc5..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' @@ -111,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'