-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
87 lines (83 loc) · 1.76 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
PATH
remote: .
specs:
talktome (2.3.0)
finitio (>= 0.12.0, < 0.13.0)
mail (~> 2, >= 2.7.1)
mustache (~> 1)
path (>= 2.0)
puma (>= 5.5)
rack-robustness (~> 1.1)
redcarpet (~> 3)
sinatra (>= 3.2, < 4.0)
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
citrus (3.0.2)
date (3.3.4)
diff-lcs (1.5.1)
finitio (0.12.0)
citrus (>= 3.0, < 4.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mini_mime (1.1.5)
mustache (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
path (2.1.0)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-robustness (1.2.0)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.2.1)
redcarpet (3.6.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
tilt (2.3.0)
timeout (0.4.1)
PLATFORMS
arm64-darwin-22
x86_64-linux
DEPENDENCIES
rack-test (>= 2.1, < 3.0)
rake (~> 13)
rspec (~> 3.10)
talktome!
BUNDLED WITH
2.4.10