From 4e38a63eaf082985bb27a634dee6c9a7d416fa8f Mon Sep 17 00:00:00 2001 From: Weiyan Shao Date: Sat, 19 Jan 2019 15:12:41 +0100 Subject: [PATCH] Use Ruby 2.5.3 --- .ruby-version | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 5859406..aedc15b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.3 +2.5.3 diff --git a/README.md b/README.md index 773149b..8e4daac 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ https-portal: # ... environment: STAGE: local - DOMAINS: 'example.com => target.example.com/foo/bar' # Notice it's "=>" instead of the normal "->" + DOMAINS: 'example.com => https://target.example.com/foo/bar' # Notice it's "=>" instead of the normal "->" ``` ### Automatic Container Discovery