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:13:27 UTC

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

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

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

commit d8f74ffe8ec5eb8f2f9acbfc4d375a48506cfe51
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Mon Aug 6 20:13:25 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