Restore gemfile to have the standard gems
This commit is contained in:
parent
0aae8e79be
commit
7ea5ff9160
2 changed files with 21 additions and 4 deletions
8
Gemfile
8
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue