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>2017-05-29 17:43:22 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-05-29 17:43:22 +0300
commit10271eeaa3d38e32686c6f86478cdf7cbea954c8 (patch)
treee96adbbde9beb6cc03c72bfe7fa5dee21214c8bb /README.md
parent8927eff0d7779cedd4fe773a9b8b5b7174d065c6 (diff)
Readme: specify `master` in Gemfile [ci skip]
Until the next release, to avoid confusion
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 f44cf21..494c7bc 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.alpha6'
+gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem'
```
Ensure that `sprockets-rails` is at least v2.3.2.