Merge branch '3822-ensure-unique-names' refs #3822
[arvados.git] / services / api / Gemfile
index b0562176524360f99c04a2535c3292f2f885e246..cd7842cae94431db06629f8565ed2c91b4dfc6c1 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,11 @@ gem 'database_cleaner'
 
 gem 'themes_for_rails'
 
-gem 'arvados-cli', '>= 0.1.20140703164940'
+gem 'arvados', '>= 0.1.20140905131846'
+gem 'arvados-cli', '>= 0.1.20140905131846'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
 
 gem 'puma'
+gem 'sshkey'