forked from deepthawtz/resque-durable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
55 lines (53 loc) · 1.19 KB
/
Gemfile.lock
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
GEM
remote: http://rubygems.org/
specs:
activerecord (2.3.11)
activesupport (= 2.3.11)
activesupport (2.3.11)
columnize (0.3.2)
debugger (1.1.3)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.2)
debugger-linecache (1.1.1)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.2)
json (1.5.1)
linecache (0.43)
minitest (2.12.1)
mocha (0.9.12)
rack (1.3.0)
rake (0.9.2.2)
redis (2.2.1)
redis-namespace (1.0.3)
redis (< 3.0.0)
resque (1.17.1)
json (>= 1.4.6, < 1.6)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.6)
tilt (1.3.2)
timecop (0.3.5)
vegas (0.1.8)
rack (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
activerecord (= 2.3.11)
debugger (~> 1.1.1)
minitest (= 2.12.1)
mocha (= 0.9.12)
rake
resque (= 1.17.1)
ruby-debug (~> 0.10.4)
sqlite3 (= 1.3.6)
timecop (= 0.3.5)