Skip to content

Commit cf24341

Browse files
committedSep 28, 2023
Update to v5.3.2
1 parent 76f3973 commit cf24341

Some content is hidden

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

44 files changed

+99
-90
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gemspec
44

55
group :development do
66
gem 'popper_js', '>= 1.12.3'
7+
gem 'dartsass-sprockets'
78
end
89

910
group :debug do

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
2121
Add `bootstrap` to your Gemfile:
2222

2323
```ruby
24-
gem 'bootstrap', '~> 5.3.1'
24+
gem 'bootstrap', '~> 5.3.2'
2525
```
2626

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

0 commit comments

Comments
 (0)
Please sign in to comment.