Skip to content

Commit

Permalink
update to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Feb 13, 2019
1 parent de12378 commit 5041607
Show file tree
Hide file tree
Showing 167 changed files with 1,486 additions and 791 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"*/index.html"
],
"dependencies": {
"bootstrap": "~3.4.0"
"bootstrap": "~3.4.1"
},
"devDependencies": {
"bootstrap-sass-official": "~3.4.0",
"bootstrap-sass-official": "~3.4.1",
"font-awesome": "~4.0.0",
"html5shiv": "~3.7.0",
"respond": "~1.4.2"
Expand Down
10 changes: 5 additions & 5 deletions bower_components/bootstrap-sass-official/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"dependencies": {
"jquery": "1.9.1 - 3"
},
"version": "3.4.0",
"_release": "3.4.0",
"version": "3.4.1",
"_release": "3.4.1",
"_resolution": {
"type": "version",
"tag": "v3.4.0",
"commit": "eea97b178ca5adb05d7158a30dd73e85638bcf36"
"tag": "v3.4.1",
"commit": "781da9865284b5a0260471d257172229b7575978"
},
"_source": "https://github.com/twbs/bootstrap-sass.git",
"_target": "~3.4.0",
"_target": "~3.4.1",
"_originalSource": "bootstrap-sass-official"
}
4 changes: 2 additions & 2 deletions bower_components/bootstrap-sass-official/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.

```ruby
gem 'bootstrap-sass', '~> 3.4.0'
gem 'sassc-rails', '>= 2.0.0'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'sassc-rails', '>= 2.1.0'
```

`bundle install` and restart your server to make the files available through the pipeline.
Expand Down
Loading

0 comments on commit 5041607

Please sign in to comment.