Skip to content

Commit a08a0b9

Browse files
committed
Lock PG to v1.5.9
1 parent efa2aa6 commit a08a0b9

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
- name: Build docker images
3232
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
3333

34-
# This step should be performed when creating the docker image instead of here.
35-
- name: Install libresolv
36-
run: sudo apt-get update && sudo apt-get install -y libc6
37-
3834
- name: Run tests
3935
run: docker compose run ci
4036

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
77
gemspec
88

99
gem "bcrypt"
10-
gem "pg", "~> 1.3"
10+
gem "pg", "1.5.9"
1111
gem "sqlite3", ">= 2.1"
1212
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1313
gem "benchmark-ips"

compose.ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "2.2"
21
services:
32
sqlserver:
43
image: ghcr.io/rails-sqlserver/mssql-server-linux-rails

0 commit comments

Comments
 (0)