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>2016-09-10 15:22:47 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-09-10 15:22:47 +0300
commit47b036009b12364b8d273190bbd2936a79296241 (patch)
tree00ca7e140487ca1c5e11c42e43d4667e3ccea4e4 /README.md
parent23d70bc283e00043623bb4539c12e2f5a7ab0739 (diff)
rake update[v4.0.0-alpha.4] and bump version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf88cb3..1f4536b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
Add `bootstrap` to your Gemfile:
```ruby
-gem 'bootstrap', '~> 4.0.0.alpha3.1'
+gem 'bootstrap', '~> 4.0.0.alpha4'
```
Ensure that `sprockets-rails` is at least v2.3.2.
@@ -78,7 +78,7 @@ Then, run `bundle`, restart the server, and require tether before bootstrap but
Install the gem:
```console
-$ gem install bootstrap -v 4.0.0.alpha3.1
+$ gem install bootstrap -v 4.0.0.alpha4
```
**If you have an existing Compass project:**