From 1bf3c786cf52671781f5566edba0992f60ac7be3 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 25 Jan 2021 00:07:03 +0800 Subject: [PATCH] add google auth gems --- temp_file/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 2a673a9..7330ff8 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -2,7 +2,8 @@ source 'https://rubygems.org' #update all site!!!!!!!! #social gems gem "omniauth-google-oauth2" - +gem 'googleauth', git: 'http://gitlab.tp.rulingcom.com/chiu/google-auth-library-ruby.git' +gem 'google-api-client', git: 'http://gitlab.tp.rulingcom.com/chiu/google-api-ruby-client' #rails gem gem 'rake','~> 12.3.3' gem 'sassc-rails', '~>1.3.0'