mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 09:26:30 +00:00
* Re-acquire pool at the beginning of Protocol loop * Fix query router + add tests for recycling behavior
7 lines
96 B
Ruby
7 lines
96 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "pg"
|
|
gem "activerecord"
|
|
gem "rubocop"
|
|
gem "toml", "~> 0.3.0"
|