Skip to content

Commit 5c7e0fb

Browse files
committed
Added pg in Gemfile for Render deployment
1 parent 4025ea9 commit 5c7e0fb

File tree

4 files changed

+329
-165
lines changed

4 files changed

+329
-165
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ gem 'rails', '~> 7.2.0'
5050
# gem 'sqlite3'
5151

5252
# Note: Netlify dont support pg so lets comment it out and use neon db
53-
# gem 'pg', '~> 0.21.0'
54-
53+
gem 'pg'
5554

5655
# gem 'mysql2', '~> 0.3.20'
5756

0 commit comments

Comments
 (0)