# HG changeset patch # User edogawaconan # Date 1381117980 -32400 # Node ID aab527b5ccdc9c8b21690fc860dedf7a601e2fd7 # Parent 8b8d6bbf611999c75fd8c3f9dd427332bf9f9fae Lock bootstrap version to 2.3.x. diff -r 8b8d6bbf6119 -r aab527b5ccdc Gemfile --- a/Gemfile Tue Jul 30 12:11:02 2013 +0900 +++ b/Gemfile Mon Oct 07 12:53:00 2013 +0900 @@ -17,7 +17,7 @@ gem 'sass-rails', '~> 4.0.0.rc1' gem 'uglifier' - gem 'anjlab-bootstrap-rails', require: 'bootstrap-rails' + gem 'anjlab-bootstrap-rails', '~> 2.3.0', require: 'bootstrap-rails' gem 'therubyrhino', platforms: :jruby end