2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

new current_ruby-version var

This commit is contained in:
Mark Otto
2017-10-19 11:26:14 -07:00
committed by Mark Otto
parent 0a1c70d9b9
commit 50a2345032
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ npm install bootstrap@{{ site.current_version }}
{% endhighlight %}
{% highlight sh %}
gem install bootstrap -v {{ site.current_version }}
gem install bootstrap -v {{ site.current_ruby_version }}
{% endhighlight %}
<hr class="half-rule">