Skip to content

Commit

Permalink
Update to v5.3.0.alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 12, 2023
1 parent ba51ab2 commit e7c1749
Show file tree
Hide file tree
Showing 79 changed files with 2,630 additions and 3,458 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 5.2.2'
gem 'bootstrap', '~> 5.3.0.alpha3'
```

Ensure that `sprockets-rails` is at least v2.3.2.
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/bootstrap-sprockets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
//= require ./bootstrap/dom/manipulator
//= require ./bootstrap/util/config
//= require ./bootstrap/base-component
//= require ./bootstrap/dom/selector-engine
//= require ./bootstrap/util/component-functions
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/dom/selector-engine
//= require ./bootstrap/util/swipe
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
Expand Down
Loading

0 comments on commit e7c1749

Please sign in to comment.