Skip to content

Commit

Permalink
Fix outdated gem count in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum authored and glebm committed Sep 2, 2024
1 parent f1f92e0 commit ce9dfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add `bootstrap` to your Gemfile:
gem 'bootstrap', '~> 5.3.3'
```

This gem requires a Sass engine, so make sure you have **one** of these two gems in your Gemfile:
This gem requires a Sass engine, so make sure you have **one** of these gems in your Gemfile:
- [`dartsass-sprockets`](https://github.com/tablecheck/dartsass-sprockets): Dart Sass engine, recommended but only works for Ruby 2.6+ and Rails 5+
- [`dartsass-rails`](https://github.com/rails/dartsass-rails): Dart Sass engine, recommended for Rails projects that use Propshaft
- [`cssbundling-rails`](https://github.com/rails/cssbundling-rails): External Sass engine
Expand Down

0 comments on commit ce9dfc2

Please sign in to comment.