add google auth gems
This commit is contained in:
parent
6845f12821
commit
1bf3c786cf
|
@ -2,7 +2,8 @@ source 'https://rubygems.org'
|
||||||
#update all site!!!!!!!!
|
#update all site!!!!!!!!
|
||||||
#social gems
|
#social gems
|
||||||
gem "omniauth-google-oauth2"
|
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
|
#rails gem
|
||||||
gem 'rake','~> 12.3.3'
|
gem 'rake','~> 12.3.3'
|
||||||
gem 'sassc-rails', '~>1.3.0'
|
gem 'sassc-rails', '~>1.3.0'
|
||||||
|
|
Loading…
Reference in New Issue