Mercurial > zeropaste
annotate Gemfile @ 85:a08b7138f25d
Gem updates.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 23 Oct 2012 04:01:20 -0700 |
parents | a9b68e36302e |
children | 68a30cb3a913 |
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 | |
80 | 9 gem 'mysql2', :platforms => :ruby |
10 gem 'activerecord-jdbcmysql-adapter', :platforms => :jruby | |
0 | 11 |
12 gem 'json' | |
13 | |
14 # Gems used only for assets and not required | |
15 # in production environments by default. | |
16 group :assets do | |
17 gem 'sass-rails', '~> 3.2.3' | |
18 | |
19 gem 'uglifier', '>= 1.0.3' | |
20 end | |
21 | |
22 | |
23 | |
24 # To use ActiveModel has_secure_password | |
25 # gem 'bcrypt-ruby', '~> 3.0.0' | |
26 | |
27 # To use Jbuilder templates for JSON | |
28 # gem 'jbuilder' | |
29 | |
30 # Use unicorn as the app server | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
31 gem 'unicorn', :platforms => :mri |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
32 gem 'puma', :platforms => [:rbx, :jruby] |
0 | 33 |
34 # Deploy with Capistrano | |
35 # gem 'capistrano' | |
36 | |
37 # To use debugger | |
38 # gem 'ruby-debug' | |
57 | 39 |
40 gem 'newrelic_rpm' |