-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile.lock
127 lines (125 loc) · 2.89 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
columnize (0.3.6)
debugger (1.1.4)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
ffi (1.1.5)
git (1.2.5)
http_router (0.10.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.6.0)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
libwebsocket (0.1.5)
addressable
linecache (0.46)
rbx-require-relative (> 0.0.4)
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.3.6)
nokogiri (1.5.5)
padrino (0.10.7)
padrino-admin (= 0.10.7)
padrino-cache (= 0.10.7)
padrino-core (= 0.10.7)
padrino-gen (= 0.10.7)
padrino-helpers (= 0.10.7)
padrino-mailer (= 0.10.7)
padrino-admin (0.10.7)
padrino-core (= 0.10.7)
padrino-helpers (= 0.10.7)
padrino-cache (0.10.7)
padrino-core (= 0.10.7)
padrino-core (0.10.7)
activesupport (~> 3.2.0)
http_router (~> 0.10.2)
sinatra (~> 1.3.1)
thor (~> 0.15.2)
tilt (~> 1.3.0)
padrino-gen (0.10.7)
bundler (~> 1.0)
padrino-core (= 0.10.7)
padrino-helpers (0.10.7)
i18n (~> 0.6)
padrino-core (= 0.10.7)
padrino-mailer (0.10.7)
mail (~> 2.3.0)
padrino-core (= 0.10.7)
polyglot (0.3.3)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rbx-require-relative (0.0.9)
rcov (1.0.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
test-spec (0.10.0)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
url_mount (0.2.1)
rack
xpath (0.1.4)
nokogiri (~> 1.3)
yard (0.6.8)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.0.0)
capybara
debugger (~> 1.1.3)
i18n
jeweler (~> 1.6.4)
padrino
rcov (~> 1.0.0)
ruby-debug
simplecov (~> 0.6.4)
test-spec
yard (~> 0.6.0)