rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
891 stars 63 forks source link

Use pg gem instead of postgresql #93

Closed esasse closed 1 year ago

esasse commented 1 year ago

“pg” is the proper gem to use. “postgresql” is just to help when they get the name wrong.

esasse commented 1 year ago

Not sure why there were unrelated changes in Gemfile.lock. Maybe it was outdated?