Skip to content

Commit 184bb5e

Browse files
authored
Merge pull request #54 from KoueiAmano/chore/53-add-pg-gem
chore: add pg gem for postgres support
2 parents bf4c7eb + 1de5a94 commit 184bb5e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

back/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44
gem "rails", "~> 8.0.4"
55
# Use sqlite3 as the database for Active Record
66
gem "sqlite3", ">= 2.1"
7+
8+
gem "pg"
79
# Use the Puma web server [https://github.com/puma/puma]
810
gem "puma", ">= 5.0"
911
# Build JSON APIs with ease [https://github.com/rails/jbuilder]

back/Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ GEM
174174
parser (3.3.10.0)
175175
ast (~> 2.4.1)
176176
racc
177+
pg (1.6.2)
178+
pg (1.6.2-aarch64-linux)
179+
pg (1.6.2-aarch64-linux-musl)
180+
pg (1.6.2-arm64-darwin)
181+
pg (1.6.2-x86_64-darwin)
182+
pg (1.6.2-x86_64-linux)
183+
pg (1.6.2-x86_64-linux-musl)
177184
pp (0.6.3)
178185
prettyprint
179186
prettyprint (0.2.0)
@@ -332,6 +339,7 @@ DEPENDENCIES
332339
brakeman
333340
debug
334341
kamal
342+
pg
335343
puma (>= 5.0)
336344
rails (~> 8.0.4)
337345
rubocop-rails-omakase

0 commit comments

Comments
 (0)