Skip to content

Commit

Permalink
Update changelog and README for v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 29, 2024
1 parent ef54e89 commit 1842cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The changelog only includes changes specific to the RubyGem.
The Bootstrap framework changes can be found in [the Releases section of twbs/bootstrap](https://github.com/twbs/bootstrap/releases).
Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release of Bootstrap.

# 5.3.3

* Adds support for other Sass engines: dartsass-sprockets, dartsass-rails, and cssbundling-rails.

# 4.2.1

* Bootstrap rubygem now depends on SassC instead of Sass.
Expand Down
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.3.2'
gem 'bootstrap', '~> 5.3.3'
```

This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:
Expand Down

0 comments on commit 1842cdc

Please sign in to comment.