mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 13:56:03 +01:00
Add Panko Serializer
This commit is contained in:
parent
2c3e156dca
commit
c028ec1fa6
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -34,6 +34,7 @@ gem "haml", "~> 6.1"
|
|||
gem "hcaptcha", "~> 7.0"
|
||||
gem "mini_magick"
|
||||
gem "oj"
|
||||
gem "panko_serializer"
|
||||
gem "rpush"
|
||||
gem "rqrcode"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue