From 9303a1d7f2466acc3ab4922aab2bcc202a494b77 Mon Sep 17 00:00:00 2001 From: liwen <408815583@qq.com> Date: Tue, 24 Oct 2023 08:07:45 +0000 Subject: [PATCH 1/2] update .gitignore. Signed-off-by: liwen <408815583@qq.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 09cf350..e9a8594 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: + # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. -- Gitee From a0cfa21b5287b56eded8cfd8ef9dc22732e2a28c Mon Sep 17 00:00:00 2001 From: liwen <408815583@qq.com> Date: Tue, 24 Oct 2023 08:09:34 +0000 Subject: [PATCH 2/2] update Gemfile. Signed-off-by: liwen <408815583@qq.com> --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 6dadc50..876b4e4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://gems.ruby-china.com' + git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.4.1' -- Gitee