This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
108 lines (103 loc) · 2.25 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
GIT
remote: https://github.com/mikel/mail.git
revision: 4f56234f04eb041810641ee0dfd717034a59b9dc
specs:
mail (2.8.0.edge)
mini_mime (>= 0.1.1)
GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.1.8)
crass (1.0.6)
daemons (1.4.0)
diff-lcs (1.4.4)
eventmachine (1.2.7)
haml (5.2.1)
temple (>= 0.8.0)
tilt
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.5.1)
mailcatcher (0.2.4)
eventmachine
haml
i18n
json
mail
sinatra
skinny (>= 0.1.2)
sqlite3-ruby
thin
mini_mime (1.1.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.6-x86_64-linux)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
r18n-core (4.0.0)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-html-matchers (0.9.4)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.3)
ruby2_keywords (0.0.4)
sanitize (5.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-cors (1.2.0)
sinatra-r18n (4.0.0)
r18n-core (= 4.0.0)
sinatra (>= 1.3, < 3)
skinny (0.2.2)
eventmachine (~> 1.0)
thin
sqlite3 (1.4.2)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
temple (0.8.2)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.10)
PLATFORMS
x86_64-linux
DEPENDENCIES
mail!
mailcatcher
rack-test (~> 1.1.0)
rspec (~> 3.8.0)
rspec-html-matchers (~> 0.9.1)
sanitize (~> 5.2.3)
sinatra (~> 2.1.0)
sinatra-cors (~> 1.2.0)
sinatra-r18n (~> 4.0.0)
thin (~> 1.8.0)
RUBY VERSION
ruby 3.0.1p64
BUNDLED WITH
2.2.15