Code for the Advent of Code event
aoc
advent-of-code
1PATH
2 remote: .
3 specs:
4 aoc (1.0.0)
5
6GEM
7 remote: https://rubygems.org/
8 specs:
9 amazing_print (1.6.0)
10 ast (2.4.2)
11 bigdecimal (3.1.8)
12 coderay (1.1.3)
13 commander (4.6.0)
14 highline (~> 2.0.0)
15 diff-lcs (1.5.1)
16 highline (2.0.3)
17 json (2.9.0)
18 language_server-protocol (3.17.0.3)
19 logger (1.6.3)
20 matrix (0.4.2)
21 method_source (1.1.0)
22 oj (3.16.7)
23 bigdecimal (>= 3.0)
24 ostruct (>= 0.2)
25 ostruct (0.6.1)
26 ougai (2.0.0)
27 oj (~> 3.10)
28 pairing_heap (3.1.0)
29 parallel (1.26.3)
30 parlour (5.0.0)
31 commander (~> 4.5)
32 parser
33 rainbow (~> 3.0)
34 sorbet-runtime (>= 0.5)
35 parser (3.3.6.0)
36 ast (~> 2.4.1)
37 racc
38 prism (1.2.0)
39 profile (0.4.0)
40 pry (0.15.0)
41 coderay (~> 1.1)
42 method_source (~> 1.0)
43 racc (1.8.1)
44 rainbow (3.1.1)
45 rake (13.2.1)
46 rbs (3.7.0)
47 logger
48 regexp_parser (2.9.3)
49 rspec (3.13.0)
50 rspec-core (~> 3.13.0)
51 rspec-expectations (~> 3.13.0)
52 rspec-mocks (~> 3.13.0)
53 rspec-core (3.13.2)
54 rspec-support (~> 3.13.0)
55 rspec-expectations (3.13.3)
56 diff-lcs (>= 1.2.0, < 2.0)
57 rspec-support (~> 3.13.0)
58 rspec-mocks (3.13.2)
59 diff-lcs (>= 1.2.0, < 2.0)
60 rspec-support (~> 3.13.0)
61 rspec-support (3.13.2)
62 rubocop (1.69.2)
63 json (~> 2.3)
64 language_server-protocol (>= 3.17.0)
65 parallel (~> 1.10)
66 parser (>= 3.3.0.2)
67 rainbow (>= 2.2.2, < 4.0)
68 regexp_parser (>= 2.9.3, < 3.0)
69 rubocop-ast (>= 1.36.2, < 2.0)
70 ruby-progressbar (~> 1.7)
71 unicode-display_width (>= 2.4.0, < 4.0)
72 rubocop-ast (1.37.0)
73 parser (>= 3.3.1.0)
74 rubocop-rake (0.6.0)
75 rubocop (~> 1.0)
76 rubocop-rspec (3.3.0)
77 rubocop (~> 1.61)
78 ruby-lsp (0.22.1)
79 language_server-protocol (~> 3.17.0)
80 prism (>= 1.2, < 2.0)
81 rbs (>= 3, < 4)
82 sorbet-runtime (>= 0.5.10782)
83 ruby-progressbar (1.13.0)
84 sorbet-runtime (0.5.11694)
85 sord (6.0.0)
86 commander (~> 4.5)
87 parlour (~> 5.0)
88 rbs (~> 3.0)
89 sorbet-runtime
90 yard
91 stackprof (0.2.26)
92 tomlib (0.7.3)
93 bigdecimal
94 unicode-display_width (3.1.2)
95 unicode-emoji (~> 4.0, >= 4.0.4)
96 unicode-emoji (4.0.4)
97 yard (0.9.37)
98
99PLATFORMS
100 ruby
101 x86_64-linux
102
103DEPENDENCIES
104 amazing_print (~> 1.6)
105 aoc!
106 matrix (~> 0.4.2)
107 ougai (~> 2.0)
108 pairing_heap (~> 3.1)
109 profile (~> 0.4.0)
110 pry (~> 0.15.0)
111 rake (~> 13.2, >= 13.2.1)
112 rspec (~> 3.13)
113 rubocop (~> 1.69, >= 1.69.2)
114 rubocop-rake (~> 0.6.0)
115 rubocop-rspec (~> 3.3)
116 ruby-lsp (~> 0.22.1)
117 sord (~> 6.0)
118 stackprof (~> 0.2.26)
119 tomlib (~> 0.7.3)
120 yard (~> 0.9.37)
121
122BUNDLED WITH
123 2.5.22