mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
v3.0.3.0
This commit is contained in:
parent
fb6c1f8b8f
commit
99d5746f65
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue