aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbéla <[email protected]>2017-08-11 12:54:24 +0200
committerXhmikosR <[email protected]>2017-08-11 13:54:24 +0300
commit06044d5f827b0b9e611110f59aef77bb603102ca (patch)
treea431ee3967c134285bf0c6c38e307547558df0c3
parentbfd05c3423b8d92721444f002311e7d261ef30a7 (diff)
downloadbootstrap-06044d5f827b0b9e611110f59aef77bb603102ca.tar.xz
bootstrap-06044d5f827b0b9e611110f59aef77bb603102ca.zip
Update Rubygems version. (#23289)
-rw-r--r--docs/4.0/getting-started/download.md4
-rw-r--r--index.html2
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 3837d296a..0edee619b 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 58a2131ea..f9afb1a85 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@ npm install bootstrap@{{ site.current_version }}
{% endhighlight %}
{% highlight sh %}
-gem install bootstrap -v 4.0.0.alpha6
+gem install bootstrap -v 4.0.0.beta
{% endhighlight %}
{% highlight sh %}