aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: 7dac1c6e88df12c881911b7ed4d86e080a0370d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
GIT
  remote: git://github.com/bkeepers/qu.git
  revision: 2175633a834504423368d71cb10fb9f072d76cd2
  branch: master
  specs:
    qu (0.2.0)
    qu-rails (0.2.0)
      qu (= 0.2.0)
      railties (>= 3.2, < 5)
    qu-redis (0.2.0)
      qu (= 0.2.0)
      redis-namespace

PATH
  remote: .
  specs:
    activejob (4.2.0.alpha)
      activemodel-globalid
      activesupport (>= 4.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (4.1.1)
      actionview (= 4.1.1)
      activesupport (= 4.1.1)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activemodel-globalid (0.1.0)
      activemodel (>= 4.1.0)
      activesupport (>= 4.1.0)
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    amq-protocol (1.9.2)
    backburner (0.4.5)
      beaneater (~> 0.3.1)
      dante (~> 0.1.5)
    beaneater (0.3.2)
    builder (3.2.2)
    bunny (1.1.9)
      amq-protocol (>= 1.9.2)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    connection_pool (2.0.0)
    dante (0.1.5)
    delayed_job (4.0.1)
      activesupport (>= 3.0, < 4.2)
    erubis (2.7.0)
    i18n (0.6.9)
    json (1.8.1)
    minitest (5.3.4)
    mono_logger (1.1.0)
    multi_json (1.9.3)
    pg (0.17.1)
    que (0.7.3)
    queue_classic (2.2.3)
      pg (~> 0.17.0)
    rack (1.5.2)
    rack-protection (1.5.2)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    railties (4.1.1)
      actionpack (= 4.1.1)
      activesupport (= 4.1.1)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.3.2)
    redis (3.0.7)
    redis-namespace (1.4.1)
      redis (~> 3.0.4)
    resque (1.24.1)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.2)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-scheduler (2.2.0)
      redis (>= 3.0.0)
      resque (>= 1.20.0, < 1.25)
      rufus-scheduler (~> 2.0)
    rufus-scheduler (2.0.24)
      tzinfo (>= 0.3.22)
    serverengine (1.5.7)
      sigdump (~> 0.2.2)
    sidekiq (3.0.2)
      celluloid (>= 0.15.2)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sigdump (0.2.2)
    sinatra (1.4.4)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sneakers (0.1.1.pre)
      bunny (~> 1.1.3)
      serverengine
      thor
      thread
    sucker_punch (1.0.5)
      celluloid (~> 0.15.2)
    thor (0.19.1)
    thread (0.1.4)
    thread_safe (0.3.3)
    tilt (1.4.1)
    timers (1.1.0)
    tzinfo (1.1.0)
      thread_safe (~> 0.1)
    vegas (0.1.11)
      rack (>= 1.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activejob!
  backburner
  delayed_job
  qu-rails!
  qu-redis
  que
  queue_classic
  rake
  resque
  resque-scheduler
  sidekiq
  sneakers (= 0.1.1.pre)
  sucker_punch