Upgrade devise and devise-two-factor, remove devise-async
Devise (3.5.4 => 4.1.1) Changelog: https://github.com/plataformatec/devise/blob/master/CHANGELOG.md devise-two-factor (2.0.1 => 3.0.0) Changelog: https://github.com/tinfoil/devise-two-factor/blob/master/CHANGELOG.md These are reliant on each other, so they have to be upgraded together. devise-async is no longer necessary as Devise 4.1 fixes a bug with the ActiveJob integration.
显示
- Gemfile 2 个添加, 3 个删除Gemfile
- Gemfile.lock 11 个添加, 15 个删除Gemfile.lock
- app/controllers/application_controller.rb 1 个添加, 1 个删除app/controllers/application_controller.rb
- app/models/user.rb 1 个添加, 1 个删除app/models/user.rb
- config/initializers/devise_async.rb 0 个添加, 1 个删除config/initializers/devise_async.rb
加载中
想要评论请 注册 或 登录