Skip to content

Commit

Permalink
Bump to v4.6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Aug 24, 2024
1 parent c13dc8f commit 8aebab2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.

# 4.6.2.1

* Adds support for other Sass compilers. [#278](https://github.com/twbs/bootstrap-rubygem/pull/278)

# 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 @@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:

```ruby
gem 'bootstrap', '~> 4.6.2'
gem 'bootstrap', '~> 4.6.2.1'
```

This gem requires a Sass engine, so make sure you have **one** of these four gems in your Gemfile:
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bootstrap
VERSION = '4.6.2'
VERSION = '4.6.2.1'
BOOTSTRAP_SHA = 'e5643aaa89eb67327a5b4abe7db976f0ea276b70'
end

1 comment on commit 8aebab2

@damianlegawiec
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙌

Please sign in to comment.