-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
103 lines (101 loc) · 2.2 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
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
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.11)
actionpack (= 2.3.11)
actionpack (2.3.11)
activesupport (= 2.3.11)
rack (~> 1.1.0)
activerecord (2.3.11)
activesupport (= 2.3.11)
activeresource (2.3.11)
activesupport (= 2.3.11)
activesupport (2.3.11)
addressable (2.2.6)
builder (3.0.0)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.9.0)
childprocess (0.2.1)
ffi (~> 1.0.6)
cucumber (0.6.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
json_pure (>= 1.2.0)
polyglot (>= 0.2.9)
term-ansicolor (>= 1.0.4)
treetop (>= 1.4.2)
cucumber-rails (0.2.3)
cucumber (>= 0.5.1)
culerity (0.2.15)
database_cleaner (0.6.7)
devise (1.0.10)
warden (~> 0.10.3)
diff-lcs (1.1.2)
erubis (2.7.0)
ffi (1.0.9)
haml (3.0.13)
hpricot (0.8.4)
json_pure (1.5.3)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.16)
mysql (2.8.1)
nokogiri (1.5.0)
polyglot (0.3.2)
rack (1.1.2)
rack-test (0.6.1)
rack (>= 1.0)
rails (2.3.11)
actionmailer (= 2.3.11)
actionpack (= 2.3.11)
activerecord (= 2.3.11)
activeresource (= 2.3.11)
activesupport (= 2.3.11)
rake (>= 0.8.3)
rake (0.9.2)
rspec (1.3.0)
rspec-rails (1.3.2)
rack (>= 1.0.0)
rspec (>= 1.3.0)
ruby_parser (2.1.0)
sexp_processor (~> 3.0)
rubyzip (0.9.4)
selenium-webdriver (2.4.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
sexp_processor (3.0.6)
term-ansicolor (1.0.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
warden (0.10.7)
rack (>= 1.0.0)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
capybara (= 0.4.1.2)
cucumber (= 0.6.1)
cucumber-rails (= 0.2.3)
database_cleaner
devise (= 1.0.10)
erubis
haml (= 3.0.13)
hpricot
launchy
mysql
rails (= 2.3.11)
rspec (= 1.3.0)
rspec-rails (= 1.3.2)
ruby_parser