source "https://rubygems.org" # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "rails", "4.0.2" # Use mysql2 as the database for Active Record gem "mysql2", ">= 0.3.14" # Use Rails3-style mass assignment security gem "protected_attributes" # Use Uglifier as compressor for JavaScript assets gem "uglifier", ">= 1.3.0" # Use jquery as the JavaScript library gem "jquery-rails" gem "dynamic_form" # use old version that doesn't have tinder bullshit gem "exception_notification", "2.6.1" # Use ActiveModel has_secure_password gem "bcrypt-ruby", "~> 3.1.2" # Use unicorn as the app server gem "unicorn" gem "nokogiri" gem "htmlentities" gem "rdiscount" gem "oauth" gem "thinking-sphinx", "2.0.12" gem "mail" group :test, :development do gem "rspec-rails", "~> 2.6" gem "machinist" gem "sqlite3" end