source "https://rubygems.org" gem "rails", "3.2.13" # Bundle edge Rails instead: # gem "rails", :git => "git://github.com/rails/rails.git" gem "mysql2" gem "jquery-rails" # To use ActiveModel has_secure_password gem "bcrypt-ruby", "3.0.0" gem "dynamic_form" # use old version that doesn't have tinder bullshit gem "exception_notification", "2.6.1" # Use unicorn as the app server gem "unicorn" # for asset compilation gem "uglifier" gem "nokogiri" gem "htmlentities" gem "rdiscount" gem "thinking-sphinx", "2.0.12" group :test, :development do gem "rspec-rails", "~> 2.6" gem "machinist" gem "sqlite3" end