mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
Add paranoia
This commit is contained in:
parent
2243a3ff99
commit
6a02caa24c
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -30,6 +30,7 @@ gem "haml", "~> 5.0"
|
||||||
gem "hcaptcha", "~> 7.0"
|
gem "hcaptcha", "~> 7.0"
|
||||||
gem "mini_magick"
|
gem "mini_magick"
|
||||||
gem "oj"
|
gem "oj"
|
||||||
|
gem "paranoia"
|
||||||
gem "rqrcode"
|
gem "rqrcode"
|
||||||
|
|
||||||
gem "rolify", "~> 6.0"
|
gem "rolify", "~> 6.0"
|
||||||
|
|
|
@ -348,6 +348,8 @@ GEM
|
||||||
rack
|
rack
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
|
paranoia (2.6.0)
|
||||||
|
activerecord (>= 5.1, < 7.1)
|
||||||
parser (3.1.2.0)
|
parser (3.1.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.4.1)
|
pg (1.4.1)
|
||||||
|
@ -628,6 +630,7 @@ DEPENDENCIES
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-rails_csrf_protection (~> 1.0)
|
omniauth-rails_csrf_protection (~> 1.0)
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
|
paranoia
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
poltergeist
|
poltergeist
|
||||||
|
|
Loading…
Reference in a new issue