1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
This commit is contained in:
Gleb Mazovetskiy 2013-12-05 18:07:48 +01:00
parent fb6c1f8b8f
commit 99d5746f65
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s
```ruby ```ruby
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2 gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
gem 'bootstrap-sass', '~> 3.0.2.0' gem 'bootstrap-sass', '~> 3.0.3.0'
``` ```
`bundle install` and restart your server to make the files available through the pipeline. `bundle install` and restart your server to make the files available through the pipeline.

View file

@ -1,4 +1,4 @@
module Bootstrap module Bootstrap
VERSION = '3.0.2.1' VERSION = '3.0.3.0'
BOOTSTRAP_SHA = 'aac4f0189ed4d20701224d9782919bec042b427c' BOOTSTRAP_SHA = '6d03173a1aad98e75f7d33e65b411c519176c59a'
end end