Skip to content

Commit a949bd8

Browse files
committed
Update to v5.0.0-beta3
* `rake 'update[v5.0.0-beta3]'` * Update version in README.md and version.rb
1 parent 07bc477 commit a949bd8

49 files changed

Lines changed: 4881 additions & 4863 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.beta2'
23+
gem 'bootstrap', '~> 5.0.0.beta3'
2424
```
2525

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

assets/javascripts/bootstrap-sprockets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//= require ./bootstrap/collapse
1111
//= require ./bootstrap/dropdown
1212
//= require ./bootstrap/modal
13+
//= require ./bootstrap/offcanvas
1314
//= require ./bootstrap/tooltip
1415
//= require ./bootstrap/popover
1516
//= require ./bootstrap/scrollspy

0 commit comments

Comments
 (0)