Update Gemfile

Ruby version change 2.3.1 to 2.4.1
(may be someone changed)
This commit is contained in:
Aung Ye Kyaw
2019-10-24 05:40:56 +00:00
parent 1330422b60
commit b025cc2cfd

View File

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