# 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.
gem 'themes_for_rails'
-gem 'arvados-cli', '>= 0.1.20140708213257'
+gem 'arvados', '>= 0.1.20140917180103'
+gem 'arvados-cli', '>= 0.1.20140917180103'
# pg_power lets us use partial indexes in schema.rb in Rails 3
gem 'pg_power'