We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7622a commit 30e528bCopy full SHA for 30e528b
Gemfile
@@ -12,6 +12,9 @@ gem "sprockets-rails"
12
# Use sqlite3 as the database for Active Record
13
gem "sqlite3", "~> 2.5.0"
14
15
+# Postgres database adapter.
16
+gem 'pg'
17
+
18
# Use the Puma web server [https://github.com/puma/puma]
19
gem "puma", ">= 5.0"
20
Gemfile.lock
@@ -266,6 +266,7 @@ GEM
266
parser (3.3.8.0)
267
ast (~> 2.4.1)
268
racc
269
+ pg (1.5.9)
270
postmark (1.25.1)
271
json
272
postmark-rails (0.22.1)
@@ -447,6 +448,7 @@ DEPENDENCIES
447
448
faker (~> 2.2)
449
jbuilder
450
koalagator!
451
+ pg
452
postmark-rails
453
puma (>= 5.0)
454
rails (~> 7.1.3, >= 7.1.3.2)
0 commit comments