mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 09:26:30 +00:00
* Ruby integration tests * forgot a file * refactor * refactoring * more refactoring * remove config helper * try multiple databases * fix * more databases * Use pg stats * ports * speed * Fix tests * preload library * comment
9 lines
112 B
Ruby
9 lines
112 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "pg"
|
|
gem "toml"
|
|
gem "rspec"
|
|
gem "rubocop"
|
|
gem "toxiproxy"
|
|
gem "activerecord"
|