From d4e91c26fea63688d042cf68d56d4edef42a7949 Mon Sep 17 00:00:00 2001 From: huynh Date: Wed, 19 Apr 2017 17:45:56 +0700 Subject: [PATCH 1/2] test --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8d7b3eb..eabc9e1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' - +# git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" From 73101542acdf05c3e161b800a060335e595e6de5 Mon Sep 17 00:00:00 2001 From: huynh Date: Wed, 19 Apr 2017 17:53:04 +0700 Subject: [PATCH 2/2] messeger --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eabc9e1..caa0024 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' # -git_source(:github) do |repo_name| +//git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end