Update Gemfile

This commit is contained in:
BoHung Chiu 2021-03-22 22:41:24 +08:00
parent e5e68bbaae
commit 20cccf9ed2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if $0.to_s.scan('bundle').length==0
}
end
#social gems
gem 'phantomjs','~>2.1.1.0'
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'