Update Gemfile

This commit is contained in:
chiu 2021-02-07 14:50:41 +08:00
parent a875eca618
commit 86a1261fd7
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
source 'https://rubygems.org'
#update all site!!!!!!!!
if $0.to_s.scan('bundle').length==0
Bundler.with_clean_env{
flag = system("bundle show announcement")
system("bundle install") if !flag
}
end
#social gems
gem "omniauth-google-oauth2"
gem 'googleauth', git: 'http://gitlab.tp.rulingcom.com/chiu/google-auth-library-ruby.git'