3822: Updated Gemfile
[arvados.git] / services / api / Gemfile
index e5235a57a0f54adbce3bf49b2df6ca373780af97..32a2fbd0b1abbe494a5af7fa3cc48159b43ef464 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.20140703225421'
+gem 'arvados-cli', '>= 0.1.20140905164626'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
 
 gem 'puma'
+gem 'sshkey'