Much work.
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -20,7 +20,12 @@ gem "tailwindcss-rails"
|
||||
gem "jbuilder"
|
||||
|
||||
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
|
||||
# gem "bcrypt", "~> 3.1.7"
|
||||
gem "bcrypt", "~> 3.1.7"
|
||||
|
||||
# OpenID Connect authentication support
|
||||
gem "openid_connect", "~> 2.2"
|
||||
gem "omniauth", "~> 2.1"
|
||||
gem "omniauth_openid_connect", "~> 0.8"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||
|
||||
Reference in New Issue
Block a user