From 99cdc7832cf40d91f7bb03cf8d24a1f555f3c5a0 Mon Sep 17 00:00:00 2001 From: OmarMWarraich Date: Sat, 3 Aug 2024 16:34:11 +0500 Subject: [PATCH] fix: PG --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 27f0058..440cc7e 100644 --- a/Gemfile +++ b/Gemfile @@ -53,3 +53,4 @@ gem "kaminari", "~> 1.2" gem "devise", "~> 4.9" gem 'devise-jwt' gem 'jsonapi-serializer' +gem "pg", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index e127488..e17911e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,6 +170,7 @@ GEM nokogiri (1.16.4-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) + pg (1.5.7) psych (5.1.2) stringio puma (6.4.2) @@ -266,6 +267,7 @@ DEPENDENCIES faker jsonapi-serializer kaminari (~> 1.2) + pg (~> 1.2) puma (>= 5.0) rack-cors rails (~> 7.1.3, >= 7.1.3.2)