Mercurial > zeropaste
changeset 238:aab527b5ccdc
Lock bootstrap version to 2.3.x.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Mon, 07 Oct 2013 12:53:00 +0900 | 
| parents | 8b8d6bbf6119 | 
| children | a8942fab1f34 | 
| files | Gemfile | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- 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
