]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Rubygems version. (#23289)
authorbéla <kukac7@gmail.com>
Fri, 11 Aug 2017 10:54:24 +0000 (12:54 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 11 Aug 2017 10:54:24 +0000 (13:54 +0300)
docs/4.0/getting-started/download.md
index.html

index 3837d296a5044ab024f30316b9b736f66168e9e0..0edee619b0194929f389d055bba3955209f2f907 100644 (file)
@@ -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.
index 58a2131eaf61abf1245c9a17026eddd30f169770..f9afb1a8507aafd26b1cf01c40f3e0b642a1b2fc 100644 (file)
@@ -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 %}