-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile.lock
108 lines (105 loc) · 2.29 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.1.10)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
dry-configurable (0.15.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-core (0.8.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.3.0)
dry-initializer (3.1.1)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-types (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.11.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
forme (2.2.0)
http (5.1.0)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
nio4r (2.5.8)
pagy (6.0.1)
pg (1.4.3)
public_suffix (5.0.0)
puma (5.6.5)
nio4r (~> 2.0)
rack (3.0.0)
rackup (0.2.2)
rack (>= 3.0.0.beta1)
webrick
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
roda (3.60.0)
rack
roda-turbo (1.0.0)
roda (~> 3.50)
sequel (5.61.0)
sequel_tools (0.1.14)
sequel
tilt (2.0.11)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
webrick (1.7.0)
zeitwerk (2.6.0)
PLATFORMS
arm64-darwin-21
arm64-darwin-22
DEPENDENCIES
concurrent-ruby (~> 1.1)
dotenv (~> 2.8)
dry-configurable (~> 0.15.0)
dry-inflector (~> 0.3.0)
dry-initializer (~> 3.1)
dry-types (~> 1.5)
erubi (~> 1.11)
forme (~> 2.2)
http (~> 5.1)
listen (~> 3.7)
money (~> 6.16)
pagy (~> 6.0)
pg (~> 1.4)
puma (~> 5.6)
rackup (~> 0.2.2)
roda (~> 3.60)
roda-turbo (~> 1.0)
sequel (~> 5.60)
sequel_tools (~> 0.1.14)
tilt (~> 2.0)
zeitwerk (~> 2.6)
BUNDLED WITH
2.3.18