Skip to content

Commit

Permalink
Update to v4.6.1
Browse files Browse the repository at this point in the history
bundle exec rake 'update[v4.6.1]'
  • Loading branch information
glebm committed Nov 5, 2021
1 parent e9e5b38 commit a6a1a64
Show file tree
Hide file tree
Showing 41 changed files with 1,727 additions and 1,798 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 4.6.0'
gem 'bootstrap', '~> 4.6.1'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down
14 changes: 7 additions & 7 deletions assets/javascripts/bootstrap-sprockets.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//= require ./bootstrap/util
//= require ./bootstrap/dropdown
//= require ./bootstrap/tab
//= require ./bootstrap/tooltip
//= require ./bootstrap/popover
//= require ./bootstrap/collapse
//= require ./bootstrap/scrollspy
//= require ./bootstrap/button
//= require ./bootstrap/modal
//= require ./bootstrap/tab
//= require ./bootstrap/dropdown
//= require ./bootstrap/carousel
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/scrollspy
//= require ./bootstrap/toast
//= require ./bootstrap/tooltip
//= require ./bootstrap/carousel
//= require ./bootstrap/popover
Loading

0 comments on commit a6a1a64

Please sign in to comment.