-
Notifications
You must be signed in to change notification settings - Fork 27
/
Gemfile.lock
61 lines (59 loc) · 1.32 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
56
57
58
59
60
61
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.18)
actionpack (= 2.3.18)
actionpack (2.3.18)
activesupport (= 2.3.18)
rack (~> 1.1.0)
activerecord (2.3.18)
activesupport (= 2.3.18)
activeresource (2.3.18)
activesupport (= 2.3.18)
activesupport (2.3.18)
authlogic (2.1.6)
activesupport
factory_girl (2.3.2)
activesupport
faker (0.3.1)
paperclip (2.3.3)
activerecord
activesupport
pg (0.17.1)
populator (1.0.0)
prawn (0.6.3)
prawn-core (>= 0.6.3, < 0.7)
prawn-format (>= 0.2.3, < 0.3)
prawn-layout (>= 0.3.2, < 0.4)
prawn-security (>= 0.1.1, < 0.2)
prawn-core (0.6.3)
prawn-format (0.2.3)
prawn-core
prawn-layout (0.3.2)
prawn-security (0.1.1)
rack (1.1.6)
rails (2.3.18)
actionmailer (= 2.3.18)
actionpack (= 2.3.18)
activerecord (= 2.3.18)
activeresource (= 2.3.18)
activesupport (= 2.3.18)
rake (>= 0.8.3)
rake (0.8.7)
searchlogic (2.4.25)
activerecord (>= 2.0.0)
will_paginate (2.3.15)
PLATFORMS
ruby
DEPENDENCIES
authlogic (= 2.1.6)
factory_girl
faker (= 0.3.1)
paperclip (= 2.3.3)
pg
populator (= 1.0.0)
prawn (= 0.6.3)
rails (= 2.3.18)
rake (= 0.8.7)
searchlogic (= 2.4.25)
will_paginate (= 2.3.15)