Update Gemfile.

This commit is contained in:
BoHung Chiu 2021-07-13 19:13:55 +08:00
parent d4b18a6895
commit 0807c4c3f5
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if $0.to_s.scan('bundle').length==0
} }
end end
gem 'public_suffix','~>3.1.1' gem 'public_suffix','~>3.1.1'
gem "connection_pool","~>2.2.3"
#social gems #social gems
gem 'phantomjs','~>2.1.1.0' gem 'phantomjs','~>2.1.1.0'
gem "omniauth-google-oauth2" gem "omniauth-google-oauth2"