Update Gemfile to use ruby 2.6.5

This commit is contained in:
Min Zeya Phyo
2019-10-25 13:06:45 +06:30
parent 77ed76c368
commit af3efbe607
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
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"