forked from pde/tosback2
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Gemfile.lock
99 lines (95 loc) · 2.23 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
GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.4)
activesupport (= 4.0.4)
builder (~> 3.1.0)
activerecord (4.0.4)
activemodel (= 4.0.4)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.4)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.4)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
arel (4.0.2)
builder (3.1.4)
capybara (2.15.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
cliver (0.3.2)
domain_name (0.5.18)
unf (>= 0.0.5, < 1.0.0)
i18n (0.6.9)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (2.6.0)
domain_name (~> 0.5, >= 0.5.1)
mime-types (~> 1.17, >= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
nokogiri (~> 1.4)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
mime-types (1.25.1)
mini_mime (0.1.3)
mini_portile (0.5.3)
minitest (4.7.5)
multi_json (1.9.3)
mysql2 (0.3.21)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
ntlm-http (0.1.1)
poltergeist (1.16.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
polyglot (0.3.4)
public_suffix (2.0.5)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
sanitize (2.1.0)
nokogiri (>= 1.4.4)
thread_safe (0.3.3)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.39)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
webrobots (0.1.1)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 4.0.0)
capybara
mail (~> 2.5.4)
mechanize (~> 2.6.0)
mysql2 (~> 0.3.13)
nokogiri (~> 1.6.1)
poltergeist
sanitize (~> 2.1.0)
RUBY VERSION
ruby 2.3.1p112
BUNDLED WITH
2.1.4