Skip to content

Commit

Permalink
fix: PG
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMWarraich committed Aug 3, 2024
1 parent d6c9dd6 commit 99cdc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ gem "kaminari", "~> 1.2"
gem "devise", "~> 4.9"
gem 'devise-jwt'
gem 'jsonapi-serializer'
gem "pg", "~> 1.2"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 99cdc78

Please sign in to comment.