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

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.7.0'
ruby '2.7.1'
##-- base gems for rails --##
gem 'rack-cors', require: 'rack/cors'