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:26 UTC

[incubator-openwhisk-website] branch revert-278-ruby created (now d8f74ff)

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

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


      at d8f74ff  Revert "udpating ruby version (#278)"

This branch includes the following new commits:

     new d8f74ff  Revert "udpating ruby version (#278)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by mr...@apache.org.
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