Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-11-12 20:21:47 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-12 20:21:47 +0300
commit682b3d00ff233a2ccf7df2d9fb0f8c8140951058 (patch)
treeb5e3599b50f13e30563159ea5e88e1e9b630a7b6 /README.md
parent93f42bc913bdd4c9df3d4652bd5168b4ede870c6 (diff)
Remove Rails 3.2 instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/README.md b/README.md
index 5a9692b..2a4b502 100644
--- a/README.md
+++ b/README.md
@@ -92,17 +92,7 @@ Please make sure `sprockets-rails` is at least v2.1.4.
#### Rails 3.2.x
-Rails 3.2 is [no longer maintained for bugfixes](http://guides.rubyonrails.org/maintenance_policy.html), and you should upgrade as soon as possible.
-
-Starting with bootstrap-sass v3.1.1.1, due to the structural changes from upstream you will need these
-backported asset pipeline gems on Rails 3.2. There is more on why this is necessary in
-https://github.com/twbs/bootstrap-sass/issues/523 and https://github.com/twbs/bootstrap-sass/issues/578.
-
-```ruby
-gem 'sprockets-rails', '=2.0.0.backport1'
-gem 'sprockets', '=2.2.2.backport2'
-gem 'sass-rails', github: 'guilleiguaran/sass-rails', branch: 'backport'
-```
+bootstrap-sass is no longer compatible with Rails 3. The latest version of bootstrap-sass compatible with Rails 3.2 is v3.1.1.0.
### b. Compass without Rails