You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/getting-started/download.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,13 @@ Bootstrap's `package.json` contains some additional metadata under the following
68
68
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):
69
69
70
70
{% highlight ruby %}
71
-
gem 'bootstrap', '~> 4.0.0.beta'
71
+
gem 'bootstrap', '~> {{ site.current_version }}'
72
72
{% endhighlight %}
73
73
74
74
Alternatively, if you're not using Bundler, you can install the gem by running this command:
0 commit comments