File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ source "https://rubygems.org"
44gem "rails" , "~> 8.0.4"
55# Use sqlite3 as the database for Active Record
66gem "sqlite3" , ">= 2.1"
7+
8+ gem "pg"
79# Use the Puma web server [https://github.com/puma/puma]
810gem "puma" , ">= 5.0"
911# Build JSON APIs with ease [https://github.com/rails/jbuilder]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments