X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35b8fa92793a6da1e7a6cbac3a54221c3aa90fc7..c84e8e6141220ff088f489cb1be3af699b5398cf:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index 481cf5b42f..39ce5def17 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -22,6 +22,7 @@ group :test, :development do gem 'simplecov-rcov', require: false gem 'mocha', require: false gem 'byebug' + gem 'listen' end gem 'pg', '~> 1.0' @@ -43,18 +44,14 @@ gem 'passenger' # Locking to 5.10.3 to workaround issue in 5.11.1 (https://github.com/seattlerb/minitest/issues/730) gem 'minitest', '5.10.3' -# Restricted because omniauth >= 1.5.0 requires Ruby >= 2.1.9: -gem 'omniauth', '~> 1.4.0' -gem 'omniauth-oauth2', '~> 1.1' - gem 'andand' gem 'optimist' gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails' -# Import arvados gem. Note: actual git commit is pinned via Gemfile.lock -gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gemspec' +# Import arvados gem. +gem 'arvados', '~> 2.1.5' gem 'httpclient' gem 'sshkey'