Chore: Update ruby and rails versions (#831)

This commit is contained in:
Sojan Jose
2020-05-08 12:13:23 +05:30
committed by GitHub
parent 628e0c8423
commit 05ea6308f2
15 changed files with 107 additions and 107 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ RAILS_ENV=production
sudo -i -u chatwoot << EOF
rvm --version
rvm autolibs disable
rvm install "ruby-2.7.0"
rvm use 2.7.0 --default
rvm install "ruby-2.7.1"
rvm use 2.7.1 --default
git clone https://github.com/chatwoot/chatwoot.git
cd chatwoot