From 15907a131ea18b0671287f7a962d466fec894913 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 27 Aug 2014 17:44:20 -0400 Subject: [PATCH] Revert arvados gems to versions that actually exist. refs #3342 --- services/api/Gemfile | 2 +- services/api/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/api/Gemfile b/services/api/Gemfile index c727a3f614..50da505cec 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -71,7 +71,7 @@ gem 'database_cleaner' gem 'themes_for_rails' -gem 'arvados-cli', '>= 0.1.20140826154708' +gem 'arvados-cli', '>= 0.1.20140825141611' # pg_power lets us use partial indexes in schema.rb in Rails 3 gem 'pg_power' diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index f039a5a3be..7c8d5ed706 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -35,13 +35,13 @@ GEM addressable (2.3.6) andand (1.3.3) arel (3.0.3) - arvados (0.1.20140826144746) + arvados (0.1.20140827170424) activesupport (>= 3.2.13) andand google-api-client (~> 0.6.3) json (>= 1.7.7) jwt (>= 0.1.5, < 1.0.0) - arvados-cli (0.1.20140826154708) + arvados-cli (0.1.20140827170424) activesupport (~> 3.2, >= 3.2.13) andand (~> 1.3, >= 1.3.3) arvados (~> 0.1.0) @@ -223,7 +223,7 @@ PLATFORMS DEPENDENCIES acts_as_api andand - arvados-cli (>= 0.1.20140826154708) + arvados-cli (>= 0.1.20140825141611) coffee-rails (~> 3.2.0) database_cleaner factory_girl_rails -- 2.30.2