chore(bundle): bump pundit 2.1.0 => 2.2.0
Fix administrate autoloading.
This commit is contained in:
parent
a4ed1d07af
commit
3ea57a0416
2 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ GEM
|
|||
public_suffix (4.0.7)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.0)
|
||||
pundit (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.6.0)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
include TrustedDeviceConcern
|
||||
include Pundit
|
||||
include Pundit::Authorization
|
||||
include Devise::StoreLocationExtension
|
||||
include ApplicationController::LongLivedAuthenticityToken
|
||||
include ApplicationController::ErrorHandling
|
||||
|
|
Loading…
Add table
Reference in a new issue