From: béla Date: Fri, 11 Aug 2017 10:54:24 +0000 (+0200) Subject: Update Rubygems version. (#23289) X-Git-Tag: v4.0.0-beta.2~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06044d5f827b0b9e611110f59aef77bb603102ca;p=thirdparty%2Fbootstrap.git Update Rubygems version. (#23289) --- diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md index 3837d296a5..0edee619b0 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 58a2131eaf..f9afb1a850 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 %}