From 05c4291e37bbf1a8d5bfe2890290671b4184d70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=C3=A9la?= Date: Fri, 11 Aug 2017 10:57:45 +0300 Subject: [PATCH] Update Rubygems version. --- docs/4.0/getting-started/download.md | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index 3837d296a504..0edee619b019 100644 --- a/docs/4.0/getting-started/download.md +++ b/docs/4.0/getting-started/download.md @@ -68,13 +68,13 @@ Bootstrap's `package.json` contains some additional metadata under the following Install Bootstrap in your Ruby apps using [Bundler](https://bundler.io/) (**recommended**) and [RubyGems](https://rubygems.org/) by adding the following line to your [`Gemfile`](https://bundler.io/gemfile.html): {% highlight ruby %} -gem 'bootstrap', '~> 4.0.0.alpha6' +gem 'bootstrap', '~> 4.0.0.beta' {% endhighlight %} Alternatively, if you're not using Bundler, you can install the gem by running this command: {% highlight bash %} -gem install bootstrap -v 4.0.0.alpha6 +gem install bootstrap -v 4.0.0.beta {% endhighlight %} [See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details. diff --git a/index.html b/index.html index 58a2131eaf61..f9afb1a8507a 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

Installation

{% endhighlight %} {% highlight sh %} -gem install bootstrap -v 4.0.0.alpha6 +gem install bootstrap -v 4.0.0.beta {% endhighlight %} {% highlight sh %}