aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2019-01-25 20:01:47 +0100
committerLars Kanis <lars@greiz-reinsdorf.de>2019-01-25 20:01:47 +0100
commitbe838262e1238ef2080ad9a871e60ec63bca137d (patch)
tree5d49c97e2f1de4e009e83689adecf78993a0f24a /Gemfile
parentbf3a8a0e6ce13b7db50abe5288d2cc74c2e8975e (diff)
downloadrails-be838262e1238ef2080ad9a871e60ec63bca137d.tar.gz
rails-be838262e1238ef2080ad9a871e60ec63bca137d.tar.bz2
rails-be838262e1238ef2080ad9a871e60ec63bca137d.zip
Switch queue_classic back to origin repository
It has been moved to the a fork as part of https://github.com/rails/rails/pull/31671 . That was since to that time a required PR was not yet merged. Now the queue_classic master branch is compatible to recent pg versions, so that there's no need to keep using a fork.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fe5f1b2f3c..92f45d9f58 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ group :job do
gem "sidekiq", require: false
gem "sucker_punch", require: false
gem "delayed_job", require: false
- gem "queue_classic", github: "rafaelfranca/queue_classic", branch: "update-pg", require: false, platforms: :ruby
+ gem "queue_classic", github: "QueueClassic/queue_classic", require: false, platforms: :ruby
gem "sneakers", require: false
gem "que", require: false
gem "backburner", require: false