Update Gemfile.
This commit is contained in:
parent
4bb5d8f2e4
commit
d4b18a6895
|
@ -6,6 +6,7 @@ if $0.to_s.scan('bundle').length==0
|
||||||
system("bundle install") if !flag
|
system("bundle install") if !flag
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
gem 'public_suffix','~>3.1.1'
|
||||||
#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