Upgrade to Ruby 2.6.5 (#216)

This commit is contained in:
Nicholas La Roux
2019-11-18 11:37:48 +08:00
committed by Sojan Jose
parent 9256745193
commit 0aee33453c
6 changed files with 12 additions and 12 deletions

View File

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