Add Panko Serializer

This commit is contained in:
Karina Kwiatek 2023-06-16 21:02:35 +02:00
parent 2c3e156dca
commit c028ec1fa6
2 changed files with 5 additions and 0 deletions

View file

@ -34,6 +34,7 @@ gem "haml", "~> 6.1"
gem "hcaptcha", "~> 7.0"
gem "mini_magick"
gem "oj"
gem "panko_serializer"
gem "rpush"
gem "rqrcode"

View file

@ -272,6 +272,9 @@ GEM
oj (3.15.0)
openssl (3.1.0)
orm_adapter (0.5.0)
panko_serializer (0.8.0)
activesupport
oj (> 3.11.0, < 4.0.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
@ -523,6 +526,7 @@ DEPENDENCIES
net-smtp
oj
openssl (~> 3.1)
panko_serializer
pg
pghero
prometheus-client (~> 4.1)