Update Gemfile.
This commit is contained in:
parent
d4b18a6895
commit
0807c4c3f5
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue