Update Gemfile
This commit is contained in:
parent
a875eca618
commit
86a1261fd7
|
@ -1,5 +1,11 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
#update all site!!!!!!!!
|
#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
|
#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 'googleauth', git: 'http://gitlab.tp.rulingcom.com/chiu/google-auth-library-ruby.git'
|
||||||
|
|
Loading…
Reference in New Issue