Skip to content

Commit bd8ce5a

Browse files
committed
Allow tests to be run in ci.
1 parent cdffb50 commit bd8ce5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in activerecord-cte.gemspec
66
gemspec
77

8-
gem "activerecord", ">=6.1.7.9"
8+
gem "activerecord", "6.1.7.9"
99
gem "pg"

test/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ postgresql:
33
encoding: unicode
44
database: activerecord_cte_test
55
username: <%= ENV.fetch("POSTGRES_USER", "postgres") %>
6-
password: <%= ENV["POSTGRES_PASSWORD"] %>
6+
password: <%= ENV.fetch("POSTGRES_PASSWORD", "postgres") %>
77
host: <%= ENV.fetch("POSTGRES_HOST", "postgres") %>

0 commit comments

Comments
 (0)