X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f..02025c4fde1336313bb1428707245a05bd8b8a29:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index 1e12d6a4ce..39ce5def17 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -25,9 +25,6 @@ group :test, :development do gem 'listen' end -# Fast app boot times -gem 'bootsnap', require: false - gem 'pg', '~> 1.0' gem 'multi_json' @@ -47,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'