Skip to content

Commit 30e528b

Browse files
committed
Adds pg gem to resolve deploy error.
1 parent dc7622a commit 30e528b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ gem "sprockets-rails"
1212
# Use sqlite3 as the database for Active Record
1313
gem "sqlite3", "~> 2.5.0"
1414

15+
# Postgres database adapter.
16+
gem 'pg'
17+
1518
# Use the Puma web server [https://github.com/puma/puma]
1619
gem "puma", ">= 5.0"
1720

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ GEM
266266
parser (3.3.8.0)
267267
ast (~> 2.4.1)
268268
racc
269+
pg (1.5.9)
269270
postmark (1.25.1)
270271
json
271272
postmark-rails (0.22.1)
@@ -447,6 +448,7 @@ DEPENDENCIES
447448
faker (~> 2.2)
448449
jbuilder
449450
koalagator!
451+
pg
450452
postmark-rails
451453
puma (>= 5.0)
452454
rails (~> 7.1.3, >= 7.1.3.2)

0 commit comments

Comments
 (0)