fix: [Snyk] Security upgrade administrate from 0.19.0 to 0.20.1 (#8741)

-  Upgrade  administrate  gem to latest
- Update the `show` partial with changes from upstream
This commit is contained in:
Sojan Jose
2024-01-25 17:33:21 +04:00
committed by GitHub
parent 381423b1ae
commit 59184122f7
4 changed files with 62 additions and 42 deletions

View File

@@ -74,7 +74,7 @@ gem 'devise_token_auth'
gem 'jwt'
gem 'pundit'
# super admin
gem 'administrate', '>= 0.19.0'
gem 'administrate', '>= 0.20.1'
gem 'administrate-field-active_storage', '>= 1.0.1'
gem 'administrate-field-belongs_to_search', '>= 0.9.0'