Revert arvados gems to versions that actually exist. refs #3342
[arvados.git] / services / api / Gemfile
index ee4120eb4fcab5d512f50e133094b72838cb8e63..50da505cec23e690bc701e2f7af4fb3b40b46722 100644 (file)
@@ -6,6 +6,7 @@ gem 'rails', '~> 3.2.0'
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
 
 group :test, :development do
+  gem 'factory_girl_rails'
   # Note: "require: false" here tells bunder not to automatically
   # 'require' the packages during application startup. Installation is
   # still mandatory.
@@ -70,9 +71,10 @@ gem 'database_cleaner'
 
 gem 'themes_for_rails'
 
-gem 'arvados-cli', '>= 0.1.20140703110309'
+gem 'arvados-cli', '>= 0.1.20140825141611'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
 
 gem 'puma'
+gem 'sshkey'