X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8227b8a1be943fbbf3adb23a3d549dec28efbbba..0a08f54c405dff0dbda5d6dbc14c1f1c6eeecd39:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index ae16581236..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,10 +44,6 @@ 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'