From b086e72a1c0f6c952596c18128efcb51e01502f3 Mon Sep 17 00:00:00 2001 From: Jacob Lucky Date: Thu, 12 Oct 2017 13:16:51 -0400 Subject: [PATCH] Update README to reference Ruby 2.4 Ruby 2.0 is now deprecated: https://access.redhat.com/articles/2176281 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db6e6f..bf96958 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ These steps assume your OpenShift deployment has the default set of ImageStreams 1. Fork a copy of [ruby-ex](https://github.com/openshift/ruby-ex) 2. Add a Ruby application from your new repository: - $ oc new-app openshift/ruby-20-centos7~https://github.com/< yourusername >/ruby-ex + $ oc new-app openshift/ruby-24-centos7~https://github.com/< yourusername >/ruby-ex 3. A build should start immediately. To run another build, run: