Skip to content

Commit 73f9c09

Browse files
committed
Update to v5.0.1
1. `bundle exec rake 'update[v5.0.0]' 2. Update version numbers.
1 parent 73ff038 commit 73f9c09

31 files changed

+871
-1130
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
2020
Add `bootstrap` to your Gemfile:
2121

2222
```ruby
23-
gem 'bootstrap', '~> 5.0.0'
23+
gem 'bootstrap', '~> 5.0.1'
2424
```
2525

2626
Ensure that `sprockets-rails` is at least v2.3.2.

assets/javascripts/bootstrap-sprockets.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
//= require ./bootstrap/dom/data
33
//= require ./bootstrap/dom/event-handler
44
//= require ./bootstrap/base-component
5-
//= require ./bootstrap/alert
6-
//= require ./bootstrap/button
75
//= require ./bootstrap/dom/manipulator
86
//= require ./bootstrap/dom/selector-engine
9-
//= require ./bootstrap/carousel
10-
//= require ./bootstrap/collapse
117
//= require ./bootstrap/dropdown
12-
//= require ./bootstrap/modal
13-
//= require ./bootstrap/offcanvas
8+
//= require ./bootstrap/scrollspy
9+
//= require ./bootstrap/alert
10+
//= require ./bootstrap/collapse
11+
//= require ./bootstrap/toast
1412
//= require ./bootstrap/tooltip
13+
//= require ./bootstrap/offcanvas
1514
//= require ./bootstrap/popover
16-
//= require ./bootstrap/scrollspy
15+
//= require ./bootstrap/button
16+
//= require ./bootstrap/modal
1717
//= require ./bootstrap/tab
18-
//= require ./bootstrap/toast
18+
//= require ./bootstrap/carousel
1919
//= require ./bootstrap-global-this-undefine

0 commit comments

Comments
 (0)