-
- Downloads
Merge branch 'Development' of...
Merge branch 'Development' of gitlab.eps.surrey.ac.uk:group-10/habit-tracker-web-app into Development
No related branches found
No related tags found
... | @@ -74,6 +74,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -74,6 +74,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
# Additional Project Gems | # Additional Project Gems | ||
# | # | ||
#Have to use feature branch because devise is yet to be patched for omniauth 2 - https://github.com/heartcombo/devise/pull/5327 | #Have to use feature branch because devise is yet to be patched for omniauth 2 - https://github.com/heartcombo/devise/pull/5327 | ||
gem 'dotenv-rails', require: 'dotenv/rails-now' | |||
gem 'devise', github: 'heartcombo/devise', branch: 'ca-omniauth-2' | gem 'devise', github: 'heartcombo/devise', branch: 'ca-omniauth-2' | ||
gem 'omniauth-facebook' | gem 'omniauth-facebook' | ||
gem 'omniauth-google-oauth2' | gem 'omniauth-google-oauth2' | ||
... | ... |
Please register or sign in to comment