From 66bbca61b7acd7c70de5d44a792ba3c4cf6ec840 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Thu, 10 Feb 2022 16:15:54 +0000 Subject: [PATCH] [CI] Use PostgreSQL 1.2.3 --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e81c9033f..2f8012fb6 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem "bcrypt" -gem "pg", ">= 0.18.0" + +gem "pg", "1.2.3" + gem "sqlite3", "~> 1.4" gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]