comparison Gemfile @ 334:41b0903c9b2b

Use official bootstrap gem.
author edogawaconan <me@myconan.net>
date Wed, 23 Apr 2014 09:24:05 +0900
parents 7c7b7906ebd9
children 4048614cb4cf
comparison
equal deleted inserted replaced
333:682abad78313 334:41b0903c9b2b
12 gem "dalli" 12 gem "dalli"
13 13
14 gem "sass-rails" 14 gem "sass-rails"
15 15
16 gem "uglifier" 16 gem "uglifier"
17 gem "anjlab-bootstrap-rails", :require => "bootstrap-rails" 17 gem "bootstrap-sass"
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"