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 477b2d1 commit d4df259Copy full SHA for d4df259
2 files changed
README.md
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
20
Add `bootstrap` to your Gemfile:
21
22
```ruby
23
-gem 'bootstrap', '~> 5.0.0.alpha2'
+gem 'bootstrap', '~> 5.0.0.alpha3'
24
```
25
26
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.alpha2'
+ VERSION = '5.0.0.alpha3'
5
BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994'
6
end
0 commit comments