mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:42:13 +02: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 "hcaptcha", "~> 7.0"
|
||||||
gem "mini_magick"
|
gem "mini_magick"
|
||||||
gem "oj"
|
gem "oj"
|
||||||
|
gem "panko_serializer"
|
||||||
gem "rpush"
|
gem "rpush"
|
||||||
gem "rqrcode"
|
gem "rqrcode"
|
||||||
|
|
||||||
|
|
|
@ -272,6 +272,9 @@ GEM
|
||||||
oj (3.15.0)
|
oj (3.15.0)
|
||||||
openssl (3.1.0)
|
openssl (3.1.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
|
panko_serializer (0.8.0)
|
||||||
|
activesupport
|
||||||
|
oj (> 3.11.0, < 4.0.0)
|
||||||
parallel (1.23.0)
|
parallel (1.23.0)
|
||||||
parser (3.2.2.3)
|
parser (3.2.2.3)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
@ -523,6 +526,7 @@ DEPENDENCIES
|
||||||
net-smtp
|
net-smtp
|
||||||
oj
|
oj
|
||||||
openssl (~> 3.1)
|
openssl (~> 3.1)
|
||||||
|
panko_serializer
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
prometheus-client (~> 4.1)
|
prometheus-client (~> 4.1)
|
||||||
|
|
Loading…
Reference in a new issue