forked from tilia/tilia-dav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
106 lines (102 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
100
101
102
103
104
105
106
PATH
remote: .
specs:
tilia-dav (3.1.1)
activesupport (>= 4.0)
chronic (~> 0.10)
mail (~> 2.6)
mysql2 (~> 0.4)
rchardet (~> 1.6)
sequel (~> 4.29)
sqlite3 (~> 1.3)
sys-filesystem (~> 1.1)
tilia-event (~> 2.0)
tilia-http (~> 4.1)
tilia-uri (~> 1.0)
tilia-vobject (~> 4.0.2)
tilia-xml (~> 1.2)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
ast (2.2.0)
chronic (0.10.2)
docile (1.1.5)
ethon (0.8.1)
ffi (>= 1.3.0)
ffi (1.9.10)
i18n (0.7.0)
json (1.8.3)
libxml-ruby (2.8.0)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99.1)
minitest (5.8.4)
mysql2 (0.4.2)
parser (2.3.0.6)
ast (~> 2.2)
powerpack (0.1.1)
rack (1.6.4)
rainbow (2.1.0)
rake (10.5.0)
rchardet (1.6.1)
rubocop (0.37.2)
parser (>= 2.3.0.4, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 0.3)
ruby-progressbar (1.7.5)
sequel (4.31.0)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sqlite3 (1.3.11)
sys-filesystem (1.1.5)
ffi
thread_safe (0.3.5)
tilia-event (2.0.2.1)
activesupport (>= 4.0)
tilia-http (4.2.1)
activesupport (>= 4.0)
rack (~> 1.6)
rchardet (~> 1.6)
tilia-event (~> 2.0)
tilia-uri (~> 1.0)
typhoeus (~> 0.8)
tilia-uri (1.0.1.1)
activesupport (>= 4.0)
tilia-vobject (4.0.2)
activesupport (>= 4.0)
mail (~> 2.6)
rchardet (~> 1.6)
tilia-xml (~> 1.3)
tzinfo (~> 1.2)
tilia-xml (1.3.0)
activesupport (>= 4.0)
libxml-ruby (>= 2.8)
tilia-uri (~> 1.0, >= 1.0.1.1)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (0.3.1)
yard (0.8.7.6)
PLATFORMS
ruby
DEPENDENCIES
minitest (~> 5.8)
rake
rubocop (~> 0.34)
simplecov (~> 0.10)
tilia-dav!
yard (~> 0.8)
BUNDLED WITH
1.10.6