Skip to content

Commit e47a49f

Browse files
committed
Use queue_classic branch which works on psql 14
This fixes the failing CI for ActiveJob. This uses my fork, we can switch back when the following PR is merged: QueueClassic/queue_classic#334
1 parent 766b84d commit e47a49f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ group :job do
6565
gem "sidekiq", require: false
6666
gem "sucker_punch", require: false
6767
gem "delayed_job", require: false
68-
gem "queue_classic", github: "QueueClassic/queue_classic", require: false, platforms: :ruby
68+
gem "queue_classic", github: "jhawthorn/queue_classic", branch: "fix-connection-pg-14", require: false, platforms: :ruby
6969
gem "sneakers", require: false
7070
gem "que", require: false
7171
gem "backburner", require: false

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
GIT
2-
remote: https://github.com/QueueClassic/queue_classic.git
3-
revision: 1e40ddd810c416619ead88316b2b251936ee2495
4-
specs:
5-
queue_classic (4.0.0.pre.alpha1)
6-
pg (>= 0.17, < 2.0)
7-
81
GIT
92
remote: https://github.com/brianmario/mysql2.git
103
revision: 7f4e844fccf6afa888d0bd108d4707a2a7784484
114
specs:
125
mysql2 (0.5.3)
136

7+
GIT
8+
remote: https://github.com/jhawthorn/queue_classic.git
9+
revision: dbfee9bda71020b8f11ae8d9b85932462b7fbee0
10+
branch: fix-connection-pg-14
11+
specs:
12+
queue_classic (4.0.0.pre.alpha1)
13+
pg (>= 0.17, < 2.0)
14+
1415
GIT
1516
remote: https://github.com/matthewd/websocket-client-simple.git
1617
revision: e161305f1a466b9398d86df3b1731b03362da91b

0 commit comments

Comments
 (0)