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 7a49218 commit 953fc50Copy full SHA for 953fc50
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', '~> 4.5.2'
+gem 'bootstrap', '~> 5.0.0.alpha1'
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 = '4.5.2'
+ VERSION = '5.0.0.alpha1'
5
BOOTSTRAP_SHA = 'a1708ec2a38d331c4c9eacac08ce9c9839649476'
6
end
0 commit comments