Skip to content

Commit

Permalink
Update Rubygems version. (#23289)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukac7 authored and XhmikosR committed Aug 11, 2017
1 parent bfd05c3 commit 06044d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/4.0/getting-started/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>Installation</h3>
{% endhighlight %}

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

{% highlight sh %}
Expand Down

0 comments on commit 06044d5

Please sign in to comment.