This commit is contained in:
joshua stein 2012-06-30 16:37:09 -05:00
parent 0665176611
commit 1327a4a130
2 changed files with 18 additions and 9 deletions

21
Gemfile
View file

@ -1,16 +1,16 @@
source 'https://rubygems.org'
source "https://rubygems.org"
gem 'rails', '3.2.2'
gem "rails", "3.2.2"
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# gem "rails", :git => "git://github.com/rails/rails.git"
gem "mysql2"
gem 'jquery-rails'
gem "jquery-rails"
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '3.0.0'
gem "bcrypt-ruby", "3.0.0"
gem "dynamic_form"
@ -21,13 +21,16 @@ group :test, :development do
end
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# gem "jbuilder"
# Use unicorn as the app server
gem 'unicorn'
gem "unicorn"
# for asset compilation
gem "uglifier"
# Deploy with Capistrano
# gem 'capistrano'
# gem "capistrano"
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
# gem "ruby-debug19", :require => "ruby-debug"

View file

@ -34,6 +34,8 @@ GEM
diff-lcs (1.1.3)
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (1.3.2)
multi_json (~> 1.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
@ -101,6 +103,9 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.3.1)
kgio (~> 2.6)
rack
@ -118,4 +123,5 @@ DEPENDENCIES
rails (= 3.2.2)
rspec-rails (~> 2.6)
sqlite3
uglifier
unicorn