diff --git a/Gemfile b/Gemfile index 01c7a9f83..96f73d477 100644 --- a/Gemfile +++ b/Gemfile @@ -79,11 +79,11 @@ gem 'vite_rails' gem 'barnes' ##--- gems for authentication & authorization ---## -gem 'devise', '>= 4.9.4' +gem 'devise', '>= 5.0.3' gem 'devise-secure_password', git: 'https://github.com/chatwoot/devise-secure_password', branch: 'chatwoot' -gem 'devise_token_auth', '>= 1.2.3' +gem 'devise_token_auth', '>= 1.2.6' # two-factor authentication -gem 'devise-two-factor', '>= 5.0.0' +gem 'devise-two-factor', '>= 6.4.0' # authorization gem 'jwt' gem 'pundit'