18112: Ubuntu 18.04 comes with bundler version 1.16.1, which doesn't handle our
[arvados.git] / services / api / Gemfile
index 88d078906d3e9f72240bed671c9b6b7f5eae76fa..39ce5def17e0feddaafc04a91c7a1bfeadd997a6 100644 (file)
@@ -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'
@@ -58,7 +51,7 @@ gem 'optimist'
 gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
 
 # Import arvados gem.
-gem 'arvados', '~> 2.1.4'
+gem 'arvados', '~> 2.1.5'
 gem 'httpclient'
 
 gem 'sshkey'