Gemfile specifies gem 'pg', '~> 0.18' and the database engine is currently PostgreSQL 9.6 - which needs to be upgraded to PostgreSQL 12. Gemfile.lock includes pg (0.21.0) and pg (0.18.0). I don't have a good understanding of how these two are related, if they are at all related. How do the libraries relate to the database engine?
Asked
Active
Viewed 341 times
2
Mooqin
- 29
- 3
1 Answers
0
As the homepage of ruby-pg suggests that it works with 9.3 and later, I don't think you need to update your Gemfile. All the versions of pg gem should support PostgreSQL 9.3 and above.
Suraj Rajput
- 156
- 4