diff 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
line wrap: on
line diff
--- a/Gemfile	Mon Nov 12 09:38:02 2012 +0700
+++ b/Gemfile	Mon Nov 12 09:44:44 2012 +0700
@@ -17,6 +17,7 @@
   gem 'sass-rails',   '~> 3.2.3'
 
   gem 'uglifier', '>= 1.0.3'
+  gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails'
 end