1 source 'https://rubygems.org'
3 gem 'rails', '~> 3.2.0'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
8 group :test, :development do
9 gem 'factory_girl_rails'
10 gem 'database_cleaner'
12 # Note: "require: false" here tells bunder not to automatically
13 # 'require' the packages during application startup. Installation is
15 gem 'simplecov', '~> 0.7.1', require: false
16 gem 'simplecov-rcov', require: false
19 # This might not be needed in :test and :development, but we load it
20 # anyway to make sure it always gets in Gemfile.lock and to help
21 # reveal install problems sooner rather than later.
24 # Start using multi_json once we are on Rails 3.2;
25 # Rails 3.1 has a dependency on multi_json < 1.3.0 but we need version 1.3.4 to
26 # fix bug https://github.com/collectiveidea/json_spec/issues/27
30 # Gems used only for assets and not required
31 # in production environments by default.
33 gem 'sass-rails', '>= 3.2.0'
34 gem 'coffee-rails', '~> 3.2.0'
36 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
39 gem 'uglifier', '>= 1.0.3'
44 # To use ActiveModel has_secure_password
45 # gem 'bcrypt-ruby', '~> 3.0.0'
47 # Use unicorn as the web server
50 # Deploy with Capistrano
56 gem 'rvm-capistrano', :group => :test
60 gem 'passenger', :group => :production
62 gem 'omniauth', '1.1.1'
63 gem 'omniauth-oauth2', '1.1.1'
67 gem 'test_after_commit', :group => :test
69 gem 'google-api-client', '~> 0.6.3'
73 gem 'themes_for_rails'
75 gem 'arvados', '>= 0.1.20140919104705'
76 gem 'arvados-cli', '>= 0.1.20150121183928'
78 # pg_power lets us use partial indexes in schema.rb in Rails 3