add pundit

This commit is contained in:
João Geonizeli
2022-07-21 09:44:51 -03:00
parent e191afa904
commit ff815e15f6
3 changed files with 58 additions and 0 deletions

View File

@@ -209,6 +209,8 @@ GEM
pg (1.4.1)
puma (5.6.4)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.2.4)
rack-test (2.0.2)
@@ -335,6 +337,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 0.8.2)
pg (~> 1.1)
puma (~> 5.0)
pundit (~> 2.2)
rails (~> 7.0.3, >= 7.0.3.1)
rails-erd (~> 1.7)
redis (~> 4.0)