journalduhacker/Gemfile
2013-06-30 00:54:02 -05:00

38 lines
634 B
Ruby

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