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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 89ca249  change ruby version in Gemfile and update README (#1413)
89ca249 is described below

commit 89ca2496012ed0bd713d5ed3ebf0e27f9b3cc51b
Author: Luc Perkins <lucperk...@gmail.com>
AuthorDate: Fri Mar 23 18:08:27 2018 -0700

    change ruby version in Gemfile and update README (#1413)
---
 site/Gemfile   | 2 +-
 site/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/Gemfile b/site/Gemfile
index 6472b08..356d837 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -18,6 +18,6 @@
 #
 
 source 'https://rubygems.org'
-ruby '>=2.3.1'
+ruby '2.3.1'
 
 gem 'jekyll', '3.7.0'
diff --git a/site/README.md b/site/README.md
index 26974d2..f8f5df8 100644
--- a/site/README.md
+++ b/site/README.md
@@ -39,7 +39,7 @@ This website is built using a wide range of tools. The most 
important among them
 
 > **Note**: at the moment, running the site locally *may* work on Linux but 
 > the site setup has been built with MacOS in mind. We will provide better 
 > cross-platform support in the near future.
 
-To build and run the site locally, you need to have Ruby 2.4.1 installed and 
set as the Ruby version here in the `site` directory. You can install and set 
the Ruby version using [rvm](https://rvm.io):
+To build and run the site locally, you need to have Ruby 2.3.1 installed and 
set as the Ruby version here in the `site` directory. You can install and set 
the Ruby version using [rvm](https://rvm.io):
 
 ```bash
 $ cd site

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to