aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-08-13 09:56:06 +0200
committerYves Senn <yves.senn@gmail.com>2015-08-13 10:00:19 +0200
commit68e3279163d06e6b04e043f91c9470e9259bbbe0 (patch)
tree0b332df5e991a64bea49e89b6d27f42c07f6111d /Gemfile.lock
parent0650d0848817bbc71d1450297b066445e8433ff1 (diff)
downloadrails-68e3279163d06e6b04e043f91c9470e9259bbbe0.tar.gz
rails-68e3279163d06e6b04e043f91c9470e9259bbbe0.tar.bz2
rails-68e3279163d06e6b04e043f91c9470e9259bbbe0.zip
implement `provider_job_id` for `queue_classic`.
The latest, currently unreleased, version of queue_classic is required for this to work. See https://github.com/QueueClassic/queue_classic/pull/262 for more details.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock11
1 files changed, 8 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 270e96c647..aa0f5f7b2b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,4 +1,11 @@
GIT
+ remote: git://github.com/QueueClassic/queue_classic.git
+ revision: d144db29f1436e9e8b3c7a1a1ecd4442316a9ecd
+ specs:
+ queue_classic (3.2.0.alpha)
+ pg (>= 0.17, < 0.19)
+
+GIT
remote: git://github.com/bkeepers/qu.git
revision: d098e2657c92e89a6413bebd9c033930759c061f
branch: master
@@ -173,8 +180,6 @@ GEM
pg (0.18.2)
psych (2.0.13)
que (0.10.0)
- queue_classic (3.1.0)
- pg (>= 0.17, < 0.19)
racc (1.4.12)
rack (1.6.4)
rack-cache (1.2)
@@ -289,7 +294,7 @@ DEPENDENCIES
qu-rails!
qu-redis
que
- queue_classic
+ queue_classic!
racc (>= 1.4.6)
rack-cache (~> 1.2)
rails!