You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/08/07 01:14:40 UTC

[incubator-openwhisk-website] 02/03: Revert "udpating ruby version (#278)"

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch revert-262-openwhisk-site-v1
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git

commit f1aa396356158892ddc2701baca70925d2b38804
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon Aug 6 20:14:36 2018 -0500

    Revert "udpating ruby version (#278)"
    
    This reverts commit 3b8447144459cd4a2c7d8283a65c8fe3fe64d574.
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 360d215..14e6c86 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
 source "https://rubygems.org"
-ruby RUBY_VERSION
+ruby "2.5.1"
 
 # Hello! This is where you manage which Jekyll version is used to run.
 # When you want to use a different version, change it below, save the