-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
53 lines (50 loc) · 1012 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
concurrent-ruby (1.2.2)
dotenv (2.8.1)
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
erubi (1.12.0)
ffi (1.15.5)
forme (2.3.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
nio4r (2.5.9)
puma (6.2.1)
nio4r (~> 2.0)
rack (3.0.7)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
roda (3.66.0)
rack
sequel (5.67.0)
sequel_tools (0.1.14)
sequel
sqlite3 (1.6.2-arm64-darwin)
tilt (2.1.0)
zeitwerk (2.6.7)
PLATFORMS
arm64-darwin-22
DEPENDENCIES
dotenv (~> 2.8)
dry-configurable (~> 1.0)
erubi (~> 1.12)
forme (~> 2.3)
listen (~> 3.8)
puma (~> 6.2)
rake (~> 13.0)
roda (~> 3.66)
sequel (~> 5.66)
sequel_tools (~> 0.1.14)
sqlite3 (~> 1.6)
tilt (~> 2.1)
BUNDLED WITH
2.4.10