aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: e8b40c56e6975712d5cd12453384517314f0ab4a (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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
GIT
  remote: git://github.com/QueueClassic/queue_classic.git
  revision: d144db29f1436e9e8b3c7a1a1ecd4442316a9ecd
  branch: master
  specs:
    queue_classic (3.2.0.alpha)
      pg (>= 0.17, < 0.19)

GIT
  remote: git://github.com/bkeepers/qu.git
  revision: d098e2657c92e89a6413bebd9c033930759c061f
  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

GIT
  remote: git://github.com/mikel/mail.git
  revision: 64ef1a12efcdda53fd63e1456c2c564044bf82ce
  branch: master
  specs:
    mail (2.6.3.edge)
      mime-types (>= 1.16, < 3)

GIT
  remote: git://github.com/rack/rack.git
  revision: c28f271d0c91f45e13bfa8f07bed445ef91f41de
  branch: master
  specs:
    rack (2.0.0.alpha)
      json

GIT
  remote: git://github.com/rails/arel.git
  revision: 77ec13b46af2926bfcfc3073685711c874b0d272
  branch: master
  specs:
    arel (7.0.0.alpha)

GIT
  remote: git://github.com/rails/globalid.git
  revision: 1d8fca667740570d204fd955a0bd39ac539bac7f
  branch: master
  specs:
    globalid (0.3.6)
      activesupport (>= 4.1.0)

GIT
  remote: git://github.com/rails/jquery-rails.git
  revision: 04fcfa29b859eef9479f89b6a799d00212902385
  branch: master
  specs:
    jquery-rails (4.0.5)
      rails-dom-testing (~> 1.0)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)

GIT
  remote: git://github.com/rails/sass-rails.git
  revision: a3b25261a3d31ed9ff5dd6e841b777790fc86c55
  branch: master
  specs:
    sass-rails (6.0.0)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.4)
      sprockets (>= 4.0)
      sprockets-rails (< 4.0)

GIT
  remote: git://github.com/rails/sprockets-rails.git
  revision: 77098c5acd9f27613875097ce6587aff9d871d7f
  branch: master
  specs:
    sprockets-rails (3.0.0.beta3)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)

GIT
  remote: git://github.com/rails/sprockets.git
  revision: edae5cdfa241b0fb0fcb756b25cd561c3d8b7f29
  branch: master
  specs:
    sprockets (4.0.0)
      rack (> 1, < 3)

GIT
  remote: git://github.com/rails/turbolinks.git
  revision: 4bb563cd777875d3ad73cf007c26334f2aa8dc37
  branch: master
  specs:
    turbolinks (3.0.0)
      coffee-rails

GIT
  remote: git://github.com/ruby-concurrency/concurrent-ruby.git
  revision: 10ceb96c146d2937b66e7a444445e5ab9edbeb7c
  specs:
    concurrent-ruby (1.0.0.pre3)

PATH
  remote: .
  specs:
    actionmailer (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activejob (= 5.0.0.alpha)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      rack (~> 2.x)
      rack-test (~> 0.6.3)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    activejob (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      globalid (>= 0.3.0)
    activemodel (5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      builder (~> 3.1)
    activerecord (5.0.0.alpha)
      activemodel (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      arel (= 7.0.0.alpha)
    activesupport (5.0.0.alpha)
      concurrent-ruby (~> 1.0.0.pre3, < 2.0.0)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      method_source
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    rails (5.0.0.alpha)
      actionmailer (= 5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      actionview (= 5.0.0.alpha)
      activejob (= 5.0.0.alpha)
      activemodel (= 5.0.0.alpha)
      activerecord (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      bundler (>= 1.3.0, < 2.0)
      railties (= 5.0.0.alpha)
      sprockets-rails (>= 2.0.0)
    railties (5.0.0.alpha)
      actionpack (= 5.0.0.alpha)
      activesupport (= 5.0.0.alpha)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    amq-protocol (2.0.0)
    backburner (1.1.0)
      beaneater (~> 1.0)
      dante (> 0.1.5)
    bcrypt (3.1.10)
    bcrypt (3.1.10-x64-mingw32)
    bcrypt (3.1.10-x86-mingw32)
    beaneater (1.0.0)
    benchmark-ips (2.3.0)
    builder (3.2.2)
    bunny (2.2.0)
      amq-protocol (>= 2.0.0)
    byebug (6.0.2)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    coffee-rails (4.1.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.9.1.1)
    connection_pool (2.2.0)
    dalli (2.7.4)
    dante (0.2.0)
    delayed_job (4.0.6)
      activesupport (>= 3.0, < 5.0)
    delayed_job_active_record (4.0.3)
      activerecord (>= 3.0, < 5.0)
      delayed_job (>= 3.0, < 4.1)
    erubis (2.7.0)
    execjs (2.6.0)
    hitimes (1.2.3)
    hitimes (1.2.3-x86-mingw32)
    i18n (0.7.0)
    json (1.8.3)
    kindlerb (0.1.1)
      mustache
      nokogiri
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    metaclass (0.0.4)
    method_source (0.8.2)
    mime-types (2.6.2)
    mini_portile (0.7.0.rc4)
    minitest (5.3.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    mono_logger (1.1.0)
    multi_json (1.11.2)
    mustache (1.0.2)
    mysql (2.9.1)
    mysql2 (0.4.0)
    nokogiri (1.6.7.rc3)
      mini_portile (~> 0.7.0.rc4)
    nokogiri (1.6.7.rc3-x64-mingw32)
      mini_portile (~> 0.7.0.rc4)
    nokogiri (1.6.7.rc3-x86-mingw32)
      mini_portile (~> 0.7.0.rc4)
    pg (0.18.3)
    psych (2.0.15)
    que (0.11.2)
    racc (1.4.12)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-html-sanitizer (1.0.2)
      loofah (~> 2.0)
    rake (10.4.2)
    rdoc (4.2.0)
    redcarpet (3.2.3)
    redis (3.2.1)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    resque (1.25.2)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.3)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-scheduler (4.0.0)
      mono_logger (~> 1.0)
      redis (~> 3.0)
      resque (~> 1.25)
      rufus-scheduler (~> 3.0)
    rufus-scheduler (3.1.4)
    sass (3.4.18)
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    sequel (4.26.0)
    serverengine (1.5.10)
      sigdump (~> 0.2.2)
    sidekiq (3.4.2)
      celluloid (~> 0.16.0)
      connection_pool (~> 2.2, >= 2.2.0)
      json (~> 1.0)
      redis (~> 3.2, >= 3.2.1)
      redis-namespace (~> 1.5, >= 1.5.2)
    sigdump (0.2.3)
    sinatra (1.0)
      rack (>= 1.0)
    sneakers (2.2.0)
      bunny (~> 2.2.0)
      serverengine (~> 1.5.5)
      thor
      thread (~> 0.1.7)
    sqlite3 (1.3.10)
    stackprof (0.2.7)
    sucker_punch (1.5.1)
      celluloid (= 0.16.0)
    thor (0.19.1)
    thread (0.1.7)
    thread_safe (0.3.5)
    timers (4.0.4)
      hitimes
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2015.6)
      tzinfo (>= 1.0.0)
    uglifier (2.7.2)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    vegas (0.1.11)
      rack (>= 1.0.0)
    w3c_validators (1.2)
      json
      nokogiri

PLATFORMS
  ruby
  x64-mingw32
  x86-mingw32

DEPENDENCIES
  activerecord-jdbcmysql-adapter (>= 1.3.0)
  activerecord-jdbcpostgresql-adapter (>= 1.3.0)
  activerecord-jdbcsqlite3-adapter (>= 1.3.0)
  arel!
  backburner
  bcrypt (~> 3.1.10)
  benchmark-ips
  byebug
  coffee-rails (~> 4.1.0)
  concurrent-ruby (~> 1.0.0.pre3)!
  dalli (>= 2.2.1)
  delayed_job
  delayed_job_active_record
  globalid!
  jquery-rails!
  json
  kindlerb (= 0.1.1)
  mail!
  minitest (< 5.3.4)
  mocha (~> 0.14)
  mysql (>= 2.9.0)
  mysql2 (>= 0.4.0)
  nokogiri (>= 1.6.7.rc3)
  pg (>= 0.18.0)
  psych (~> 2.0)
  qu-rails!
  qu-redis
  que
  queue_classic!
  racc (>= 1.4.6)
  rack!
  rack-cache (~> 1.2)
  rails!
  rake (>= 10.3)
  redcarpet (~> 3.2.3)
  resque
  resque-scheduler
  sass (>= 3.3)
  sass-rails!
  sdoc (~> 0.4.0)
  sequel
  sidekiq
  sneakers
  sprockets (~> 4.0)!
  sprockets-rails (~> 3.0.0.beta3)!
  sqlite3 (~> 1.3.6)
  stackprof
  sucker_punch
  turbolinks!
  tzinfo-data
  uglifier (>= 1.3.0)
  w3c_validators

BUNDLED WITH
   1.10.6