journalduhacker/Gemfile
joshua stein ae2c0421e6 update to rails 3.2.11
keep ActionDispatch params parsers off
2013-01-08 15:26:12 -06:00

38 lines
625 B
Ruby

source "https://rubygems.org"
gem "rails", "3.2.11"
# 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