1 source 'http://rubygems.org'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
13 # Gems used only for assets and not required
14 # in production environments by default.
16 gem 'sass-rails', '= 3.1.5'
17 gem 'coffee-rails', '~> 3.1.1'
19 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
22 gem 'uglifier', '>= 1.0.3'
27 # To use ActiveModel has_secure_password
28 # gem 'bcrypt-ruby', '~> 3.0.0'
30 # Use unicorn as the web server
33 # Deploy with Capistrano
39 gem 'rvm-capistrano', :group => :test
43 gem 'passenger', :group => :production
45 gem 'omniauth', '1.1.1'
46 gem 'omniauth-oauth2', '1.1.1'