Mercurial > zeropaste
comparison Gemfile @ 275:6dd0f3300953
Use hash rocket.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 03:32:26 +0900 |
parents | f7c2bf78c501 |
children | 602196221350 |
comparison
equal
deleted
inserted
replaced
274:24e8796b0b21 | 275:6dd0f3300953 |
---|---|
4 gem "jquery-rails" | 4 gem "jquery-rails" |
5 | 5 |
6 # Bundle edge Rails instead: | 6 # Bundle edge Rails instead: |
7 # gem "rails", :git => "git://github.com/rails/rails.git" | 7 # gem "rails", :git => "git://github.com/rails/rails.git" |
8 | 8 |
9 gem "pg", platforms: :ruby | 9 gem "pg", :platforms => :ruby |
10 gem "activerecord-jdbcpostgresql-adapter", platforms: :jruby | 10 gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby |
11 gem "jruby-openssl", platforms: :jruby | 11 gem "jruby-openssl", :platforms => :jruby |
12 gem "actionpack-page_caching" | 12 gem "actionpack-page_caching" |
13 | 13 |
14 gem "sass-rails", "~> 4.0.0.rc1" | 14 gem "sass-rails", "~> 4.0.0.rc1" |
15 | 15 |
16 gem "uglifier" | 16 gem "uglifier" |
17 gem "anjlab-bootstrap-rails", :require => "bootstrap-rails" | 17 gem "anjlab-bootstrap-rails", :require => "bootstrap-rails" |
18 | 18 |
19 gem "therubyrhino", platforms: :jruby | 19 gem "therubyrhino", :platforms => :jruby |
20 | 20 |
21 # To use ActiveModel has_secure_password | 21 # To use ActiveModel has_secure_password |
22 # gem "bcrypt-ruby", "~> 3.0.0" | 22 # gem "bcrypt-ruby", "~> 3.0.0" |
23 | 23 |
24 # To use Jbuilder templates for JSON | 24 # To use Jbuilder templates for JSON |
25 # gem "jbuilder" | 25 # gem "jbuilder" |
26 | 26 |
27 group :standalone do | 27 group :standalone do |
28 # Use unicorn as the app server | 28 # Use unicorn as the app server |
29 gem "unicorn", platforms: :mri | 29 gem "unicorn", :platforms => :mri |
30 gem "puma", platforms: [:rbx, :jruby] | 30 gem "puma", :platforms => [:rbx, :jruby] |
31 end | 31 end |
32 | 32 |
33 # Deploy with Capistrano | 33 # Deploy with Capistrano |
34 # gem "capistrano" | 34 # gem "capistrano" |
35 | 35 |