Do not blow up trying to run a job if runtime_constraints is set to nil
[arvados.git] / services / api / Gemfile
index b0f85124a07b1010a940f19c9cbcc744fb8de485..ee4120eb4fcab5d512f50e133094b72838cb8e63 100644 (file)
@@ -60,7 +60,6 @@ gem 'omniauth', '1.1.1'
 gem 'omniauth-oauth2', '1.1.1'
 
 gem 'andand'
-gem 'redis'
 
 gem 'test_after_commit', :group => :test
 
@@ -71,7 +70,9 @@ gem 'database_cleaner'
 
 gem 'themes_for_rails'
 
-gem 'arvados-cli', '>= 0.1.20140328152103'
+gem 'arvados-cli', '>= 0.1.20140703110309'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
+
+gem 'puma'