Update Gemfile to use ruby 2.6.5

This commit is contained in:
Min Zeya Phyo
2019-10-25 13:04:12 +06:30
parent bfc6973762
commit 77ed76c368

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.4.1'
ruby '2.6.5'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"