Restore gemfile to have the standard gems

This commit is contained in:
Michael Ball 2020-01-27 15:20:37 -08:00
parent 0aae8e79be
commit 7ea5ff9160
2 changed files with 21 additions and 4 deletions

View file

@ -20,7 +20,7 @@ gem 'puma', '~> 3.0'
gem 'responders', '~> 2.0'
# as supported databases
# gem 'mysql2'
gem 'mysql2'
gem 'pg'
# for tracking data changes
@ -41,9 +41,9 @@ gem 'devise_ichain_authenticatable'
gem 'omniauth'
gem 'omniauth-google-oauth2'
gem 'omniauth-discourse'
# gem 'omniauth-openid'
# gem 'omniauth-facebook'
# gem 'omniauth-github'
gem 'omniauth-openid'
gem 'omniauth-facebook'
gem 'omniauth-github'
# Bot-filtering
gem 'recaptcha', require: 'recaptcha/rails'