We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f3987 commit ac9a327Copy full SHA for ac9a327
2 files changed
README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
17
Add `bootstrap` to your Gemfile:
18
19
```ruby
20
-gem 'bootstrap', '~> 5.0.0.alpha1'
+gem 'bootstrap', '~> 5.0.0.alpha2'
21
```
22
23
Ensure that `sprockets-rails` is at least v2.3.2.
lib/bootstrap/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
module Bootstrap
4
- VERSION = '5.0.0.alpha1'
+ VERSION = '5.0.0.alpha2'
5
BOOTSTRAP_SHA = 'b083c9639fd9012e5cba57d6c4088d43b3c3e57d'
6
end
0 commit comments