Mercurial > zeropaste
comparison Gemfile @ 99:e0e99705e79d
Use gem for bootstrap instead of self-vendoring it.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Mon, 12 Nov 2012 09:44:44 +0700 | 
| parents | 68a30cb3a913 | 
| children | 812711965af1 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 98:58aa32120b54 | 99:e0e99705e79d | 
|---|---|
| 15 # in production environments by default. | 15 # in production environments by default. | 
| 16 group :assets do | 16 group :assets do | 
| 17 gem 'sass-rails', '~> 3.2.3' | 17 gem 'sass-rails', '~> 3.2.3' | 
| 18 | 18 | 
| 19 gem 'uglifier', '>= 1.0.3' | 19 gem 'uglifier', '>= 1.0.3' | 
| 20 gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails' | |
| 20 end | 21 end | 
| 21 | 22 | 
| 22 | 23 | 
| 23 | 24 | 
| 24 # To use ActiveModel has_secure_password | 25 # To use ActiveModel has_secure_password | 
