From 204f433a870e2bf1cf7af1fbe076e91f427ef05e Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 9 Feb 2015 20:15:30 -0500 Subject: [PATCH] 5176: Update Gemfiles with current arvados gem. Refs #5176. Closes #5181. --- apps/workbench/Gemfile | 2 +- apps/workbench/Gemfile.lock | 4 ++-- services/api/Gemfile | 2 +- services/api/Gemfile.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 4f9eec3c7d..4065f1b96d 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '~> 4.1.0' -gem 'arvados', '>= 0.1.20150209223754' +gem 'arvados', '>= 0.1.20150210011250' gem 'sqlite3' diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock index f7863e47d9..9a886972a1 100644 --- a/apps/workbench/Gemfile.lock +++ b/apps/workbench/Gemfile.lock @@ -40,7 +40,7 @@ GEM andand (1.3.3) angularjs-rails (1.3.8) arel (5.0.1.20140414130214) - arvados (0.1.20150209223754) + arvados (0.1.20150210011250) activesupport (>= 3.2.13) andand (~> 1.3, >= 1.3.3) google-api-client (~> 0.6.3, >= 0.6.3) @@ -258,7 +258,7 @@ DEPENDENCIES RedCloth andand angularjs-rails - arvados (>= 0.1.20150209223754) + arvados (>= 0.1.20150210011250) bootstrap-sass (~> 3.1.0) bootstrap-tab-history-rails bootstrap-x-editable-rails diff --git a/services/api/Gemfile b/services/api/Gemfile index 605a9658ca..70f67d5d76 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -72,7 +72,7 @@ gem 'faye-websocket' gem 'themes_for_rails' -gem 'arvados', '>= 0.1.20150209223754' +gem 'arvados', '>= 0.1.20150210011250' gem 'arvados-cli', '>= 0.1.20150128223752' # pg_power lets us use partial indexes in schema.rb in Rails 3 diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock index 725d40a33d..a6a8326eeb 100644 --- a/services/api/Gemfile.lock +++ b/services/api/Gemfile.lock @@ -35,7 +35,7 @@ GEM addressable (2.3.7) andand (1.3.3) arel (3.0.3) - arvados (0.1.20150209223754) + arvados (0.1.20150210011250) activesupport (>= 3.2.13) andand (~> 1.3, >= 1.3.3) google-api-client (~> 0.6.3, >= 0.6.3) @@ -224,7 +224,7 @@ PLATFORMS DEPENDENCIES acts_as_api andand - arvados (>= 0.1.20150209223754) + arvados (>= 0.1.20150210011250) arvados-cli (>= 0.1.20150128223752) coffee-rails (~> 3.2.0) database_cleaner -- 2.30.2