journalduhacker/Gemfile
joshua stein 1327a4a130 uglifier
2012-06-30 16:37:09 -05:00

37 lines
614 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"
group :test, :development do
gem "rspec-rails", "~> 2.6"
gem "machinist"
gem "sqlite3"
end
# To use Jbuilder templates for JSON
# gem "jbuilder"
# Use unicorn as the app server
gem "unicorn"
# for asset compilation
gem "uglifier"
# Deploy with Capistrano
# gem "capistrano"
# To use debugger
# gem "ruby-debug19", :require => "ruby-debug"