Mercurial > zeropaste
comparison Gemfile @ 320:612bc7c32324
Use memcached for caching.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Sun, 06 Apr 2014 03:04:43 +0900 |
| parents | a8daca6e56ce |
| children | e5954c26d039 |
comparison
equal
deleted
inserted
replaced
| 319:4944db0f98d8 | 320:612bc7c32324 |
|---|---|
| 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 "dalli" |
| 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" |
