Mercurial > zeropaste
comparison Gemfile @ 238:aab527b5ccdc
Lock bootstrap version to 2.3.x.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 07 Oct 2013 12:53:00 +0900 |
parents | 442c3ad459a7 |
children | 8ab17063419f |
comparison
equal
deleted
inserted
replaced
237:8b8d6bbf6119 | 238:aab527b5ccdc |
---|---|
15 # in production environments by default. | 15 # in production environments by default. |
16 group :assets do | 16 group :assets do |
17 gem 'sass-rails', '~> 4.0.0.rc1' | 17 gem 'sass-rails', '~> 4.0.0.rc1' |
18 | 18 |
19 gem 'uglifier' | 19 gem 'uglifier' |
20 gem 'anjlab-bootstrap-rails', require: 'bootstrap-rails' | 20 gem 'anjlab-bootstrap-rails', '~> 2.3.0', require: 'bootstrap-rails' |
21 | 21 |
22 gem 'therubyrhino', platforms: :jruby | 22 gem 'therubyrhino', platforms: :jruby |
23 end | 23 end |
24 | 24 |
25 # To use ActiveModel has_secure_password | 25 # To use ActiveModel has_secure_password |