This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
102 lines (98 loc) · 2.18 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.1.10)
crack (0.4.5)
rexml
daemons (1.4.1)
eventmachine (1.2.7)
haml (5.2.2)
temple (>= 0.8.0)
tilt
hashdiff (1.0.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.16.3)
moneta (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
padrino (0.15.1)
padrino-admin (= 0.15.1)
padrino-cache (= 0.15.1)
padrino-core (= 0.15.1)
padrino-gen (= 0.15.1)
padrino-helpers (= 0.15.1)
padrino-mailer (= 0.15.1)
padrino-support (= 0.15.1)
padrino-admin (0.15.1)
padrino-core (= 0.15.1)
padrino-helpers (= 0.15.1)
padrino-cache (0.15.1)
moneta (~> 1.1.0)
padrino-core (= 0.15.1)
padrino-helpers (= 0.15.1)
padrino-core (0.15.1)
padrino-support (= 0.15.1)
sinatra (>= 2.0.0)
thor (~> 1.0)
padrino-gen (0.15.1)
bundler (>= 1.0, < 3)
padrino-core (= 0.15.1)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.1)
tilt (>= 1.4.1, < 3)
padrino-mailer (0.15.1)
mail (~> 2.5)
mime-types (< 4)
padrino-core (= 0.15.1)
padrino-support (0.15.1)
public_suffix (5.0.0)
rack (2.2.4)
rack-protection (2.2.2)
rack
rack-test (2.0.2)
rack (>= 1.3)
rake (13.0.6)
rexml (3.2.5)
ruby2_keywords (0.0.5)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.2)
tilt (~> 2.0)
temple (0.8.2)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
tilt (2.0.11)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
ruby
DEPENDENCIES
haml
json
minitest
padrino (= 0.15.1)
rack-test
rake
thin
webmock
RUBY VERSION
ruby 2.7.6p219
BUNDLED WITH
1.17.2