From c028ec1fa663d78fb25779f653ac772cb587f10f Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Fri, 16 Jun 2023 21:02:35 +0200 Subject: [PATCH] Add Panko Serializer --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index a7d5f948..1b3b3047 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 60e1d5a2..e29e5f6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)