From 31f97eb634f4314123ad987aacf2b9c93b07c96c Mon Sep 17 00:00:00 2001
From: Israel Barreto Sant'Anna <ibsantanna@inf.ufpr.br>
Date: Thu, 15 Jul 2021 13:48:45 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 364153edf..749c86212 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,10 @@ along with portalmec.  If not, see <http://www.gnu.org/licenses/>.
  * rvm
     * Using rvm you will install ruby "2.3.1"
  * ruby "2.3.1"
- * Dspace server "5.x"
- * Postgres (>= 9.6, <=10)
+ * Dspace server "6.x"
+ * Postgres (>= 9.6)
     * If you will install Dspace, it is recommended to use Postgres "9.6"
- * Elasticsearch "6.2.4"
+ * Elasticsearch "6.8.13"
  * Redis
  * nvm
     * Using nvm you will install Node.js "8.10.0"
@@ -165,4 +165,4 @@ For that, open the file config/env_vars.sh and set them. After, run:
 
 Now that your application is ready, you can run it using sames commands used in the install section.
 
-After the setup, link your webserver to the app. Some OS services are in root of the project and can be used.
\ No newline at end of file
+After the setup, link your webserver to the app. Some OS services are in root of the project and can be used.
-- 
GitLab