aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: e8e8e0eb1871d81311173aa15d21949098296338 (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
GIT
  remote: git://github.com/rails/activemodel-globalid.git
  revision: c9d4cfa80e9234d178617338b22728e7c08498d1
  specs:
    activemodel-globalid (0.1.0)
      activemodel (>= 4.1.0)
      activesupport (>= 4.1.0)

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

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    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)
    builder (3.2.2)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    connection_pool (2.0.0)
    delayed_job (4.0.1)
      activesupport (>= 3.0, < 4.2)
    i18n (0.6.9)
    json (1.8.1)
    minitest (5.3.4)
    mono_logger (1.1.0)
    multi_json (1.9.3)
    rack (1.5.2)
    rack-protection (1.5.2)
      rack
    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)
    sidekiq (3.0.2)
      celluloid (>= 0.15.2)
      connection_pool (>= 2.0.0)
      json
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
    sinatra (1.4.4)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    sucker_punch (1.0.5)
      celluloid (~> 0.15.2)
    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!
  activemodel-globalid!
  delayed_job
  resque
  sidekiq
  sucker_punch