Skip to content

Commit

Permalink
Update to v5.0.1
Browse files Browse the repository at this point in the history
1. `bundle exec rake 'update[v5.0.0]'
2. Update version numbers.
  • Loading branch information
glebm committed May 15, 2021
1 parent 73ff038 commit 73f9c09
Show file tree
Hide file tree
Showing 31 changed files with 871 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 5.0.0'
gem 'bootstrap', '~> 5.0.1'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down
16 changes: 8 additions & 8 deletions assets/javascripts/bootstrap-sprockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
//= require ./bootstrap/dom/data
//= require ./bootstrap/dom/event-handler
//= require ./bootstrap/base-component
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/dom/manipulator
//= require ./bootstrap/dom/selector-engine
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
//= require ./bootstrap/dropdown
//= require ./bootstrap/modal
//= require ./bootstrap/offcanvas
//= require ./bootstrap/scrollspy
//= require ./bootstrap/alert
//= require ./bootstrap/collapse
//= require ./bootstrap/toast
//= require ./bootstrap/tooltip
//= require ./bootstrap/offcanvas
//= require ./bootstrap/popover
//= require ./bootstrap/scrollspy
//= require ./bootstrap/button
//= require ./bootstrap/modal
//= require ./bootstrap/tab
//= require ./bootstrap/toast
//= require ./bootstrap/carousel
//= require ./bootstrap-global-this-undefine
Loading

0 comments on commit 73f9c09

Please sign in to comment.