journalduhacker/Gemfile
2012-08-24 10:57:10 -05:00

32 lines
494 B
Ruby

source "https://rubygems.org"
gem "rails", "3.2.2"
# 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"
gem "exception_notification"
# Use unicorn as the app server
gem "unicorn"
# for asset compilation
gem "uglifier"
gem "nokogiri"
group :test, :development do
gem "rspec-rails", "~> 2.6"
gem "machinist"
gem "sqlite3"
end