2012-01-19 12:42:05 -05:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2012-04-19 04:37:03 -04:00
|
|
|
gem 'rails', '3.2.3'
|
2011-09-12 10:30:45 -04:00
|
|
|
|
|
|
|
# Bundle edge Rails instead:
|
2012-01-19 12:42:05 -05:00
|
|
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
2011-09-12 10:30:45 -04:00
|
|
|
|
|
|
|
gem 'sqlite3'
|
|
|
|
|
|
|
|
|
|
|
|
# Gems used only for assets and not required
|
|
|
|
# in production environments by default.
|
|
|
|
group :assets do
|
2012-01-19 12:42:05 -05:00
|
|
|
gem 'sass-rails', '~> 3.2.3'
|
|
|
|
gem 'coffee-rails', '~> 3.2.1'
|
|
|
|
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
2012-04-19 04:37:03 -04:00
|
|
|
# gem 'therubyracer', :platform => :ruby
|
2012-01-19 12:42:05 -05:00
|
|
|
|
|
|
|
gem 'uglifier', '>= 1.0.3'
|
2011-09-12 10:30:45 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
gem 'jquery-rails'
|
|
|
|
|
2012-01-19 12:42:05 -05:00
|
|
|
# To use ActiveModel has_secure_password
|
|
|
|
# gem 'bcrypt-ruby', '~> 3.0.0'
|
|
|
|
|
|
|
|
# To use Jbuilder templates for JSON
|
|
|
|
# gem 'jbuilder'
|
|
|
|
|
2012-04-19 04:37:03 -04:00
|
|
|
# Use unicorn as the app server
|
2011-09-12 10:30:45 -04:00
|
|
|
# gem 'unicorn'
|
|
|
|
|
|
|
|
# Deploy with Capistrano
|
|
|
|
# gem 'capistrano'
|
|
|
|
|
|
|
|
# To use debugger
|
2012-04-17 06:01:05 -04:00
|
|
|
# gem 'debugger'
|