From abf20dae81b894fc5e03aaa006887265254277d1 Mon Sep 17 00:00:00 2001 From: Tristan Harward Date: Tue, 30 Apr 2013 11:51:40 -0300 Subject: [PATCH] Switch back to 2.3.1.0 to avoid confusion due to gem pull... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 737c2310..23c7545d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In your Gemfile: ```ruby gem 'sass-rails', '~> 3.2' -gem 'bootstrap-sass', '~> 2.3.1.1' +gem 'bootstrap-sass', '~> 2.3.1.0' ``` `bundle install` and restart your server to make the files available. @@ -123,7 +123,7 @@ Basically this means you should expect to append a separate patch version to the ### Bundler? ```ruby -gem 'bootstrap-sass', '~> 2.3.1.1' +gem 'bootstrap-sass', '~> 2.3.1.0' ``` Don't use the standard `~> 2.x.y`. Your apps may break.