2012-11-27 11:59:58 -05:00
|
|
|
source 'https://rubygems.org'
|
2012-01-19 12:42:05 -05:00
|
|
|
|
2013-01-22 00:12:29 -05:00
|
|
|
gem 'rails', '4.0.0'
|
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
|
2013-01-22 00:12:29 -05:00
|
|
|
gem 'sprockets-rails'
|
|
|
|
gem 'sass-rails'
|
|
|
|
gem 'coffee-rails'
|
2012-01-19 12:42:05 -05:00
|
|
|
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
2013-01-22 00:12:29 -05:00
|
|
|
# gem 'therubyracer', platforms: :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'
|
|
|
|
|
2013-01-22 00:12:29 -05:00
|
|
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
|
|
|
gem 'turbolinks'
|
|
|
|
|
|
|
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
|
|
|
gem 'jbuilder', '~> 1.0.1'
|
|
|
|
|
2012-01-19 12:42:05 -05:00
|
|
|
# To use ActiveModel has_secure_password
|
|
|
|
# gem 'bcrypt-ruby', '~> 3.0.0'
|
|
|
|
|
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
|
2013-01-22 00:12:29 -05:00
|
|
|
# gem 'capistrano', group: :development
|
2011-09-12 10:30:45 -04:00
|
|
|
|
|
|
|
# To use debugger
|
2012-04-17 06:01:05 -04:00
|
|
|
# gem 'debugger'
|