Mercurial > zeropaste
annotate Gemfile @ 71:7bb46d9febad
Ensure we're gsubbing a string.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Thu, 04 Oct 2012 10:38:55 +0700 | 
| parents | 85e9dc5df11c | 
| children | b1de54c37b70 | 
| rev | line source | 
|---|---|
| 0 | 1 source 'https://rubygems.org' | 
| 2 | |
| 3 gem 'rails', '3.2.8' | |
| 38 | 4 gem 'jquery-rails' | 
| 0 | 5 | 
| 6 # Bundle edge Rails instead: | |
| 7 # gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| 8 | |
| 9 gem 'mysql2' | |
| 10 | |
| 11 gem 'json' | |
| 12 | |
| 13 # Gems used only for assets and not required | |
| 14 # in production environments by default. | |
| 15 group :assets do | |
| 16 gem 'sass-rails', '~> 3.2.3' | |
| 17 | |
| 18 gem 'uglifier', '>= 1.0.3' | |
| 19 end | |
| 20 | |
| 21 | |
| 22 | |
| 23 # To use ActiveModel has_secure_password | |
| 24 # gem 'bcrypt-ruby', '~> 3.0.0' | |
| 25 | |
| 26 # To use Jbuilder templates for JSON | |
| 27 # gem 'jbuilder' | |
| 28 | |
| 29 # Use unicorn as the app server | |
| 17 
8c0f70f8249e
Added webservers - puma and unicorn.
 Edho Arief <edho@myconan.net> parents: 
1diff
changeset | 30 gem 'unicorn', :platforms => :mri | 
| 
8c0f70f8249e
Added webservers - puma and unicorn.
 Edho Arief <edho@myconan.net> parents: 
1diff
changeset | 31 gem 'puma', :platforms => [:rbx, :jruby] | 
| 0 | 32 | 
| 33 # Deploy with Capistrano | |
| 34 # gem 'capistrano' | |
| 35 | |
| 36 # To use debugger | |
| 37 # gem 'ruby-debug' | |
| 57 | 38 | 
| 39 gem 'newrelic_rpm' | 
