Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-02-27 00:15:21 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-02-27 00:23:45 +0300
commit083f8d22a9c4231517ea0e5c9e2500cd14cf6901 (patch)
tree9f646aab30c05a9f543f58be81b515c5169996ec /README.md
parent615e415ec4c4de8852bbc826f78d881a845e8da0 (diff)
Bump to v5.0.0.beta2
1. Removed `base-component.js` from `js.rb` exclusion list as it is no longer inlined. 2. `bundle exec rake update '[v5.0.0-beta2]'` 3. Updated version in `version.rb` and `README.md`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31e93e0..0e18434 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', '~> 5.0.0.beta1'
+gem 'bootstrap', '~> 5.0.0.beta2'
```
Ensure that `sprockets-rails` is at least v2.3.2.