Update Gemfile.

This commit is contained in:
BoHung Chiu 2021-07-13 15:14:41 +08:00
parent 4bb5d8f2e4
commit d4b18a6895
1 changed files with 1 additions and 0 deletions

View File

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