1 source 'http://rubygems.org'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
11 # Start using multi_json once we are on Rails 3.2;
12 # Rails 3.1 has a dependency on multi_json < 1.3.0 but we need version 1.3.4 to
13 # fix bug https://github.com/collectiveidea/json_spec/issues/27
17 # Gems used only for assets and not required
18 # in production environments by default.
20 gem 'sass-rails', '= 3.1.5'
21 gem 'coffee-rails', '~> 3.1.1'
23 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
26 gem 'uglifier', '>= 1.0.3'
31 # To use ActiveModel has_secure_password
32 # gem 'bcrypt-ruby', '~> 3.0.0'
34 # Use unicorn as the web server
37 # Deploy with Capistrano
43 gem 'rvm-capistrano', :group => :test
47 gem 'passenger', :group => :production
49 gem 'omniauth', '1.1.1'
50 gem 'omniauth-oauth2', '1.1.1'