main
 1PATH
 2  remote: .
 3  specs:
 4    elelem (0.5.0)
 5      cli-ui (~> 2.0)
 6      erb (~> 6.0)
 7      fileutils (~> 1.0)
 8      json (~> 2.0)
 9      json-schema (~> 6.0)
10      logger (~> 1.0)
11      net-llm (~> 0.5, >= 0.5.0)
12      open3 (~> 0.1)
13      pathname (~> 0.1)
14      reline (~> 0.6)
15      set (~> 1.0)
16      thor (~> 1.0)
17      timeout (~> 0.1)
18
19GEM
20  remote: https://rubygems.org/
21  specs:
22    addressable (2.8.7)
23      public_suffix (>= 2.0.2, < 7.0)
24    base64 (0.3.0)
25    bigdecimal (3.2.2)
26    cli-ui (2.7.0)
27    date (3.4.1)
28    diff-lcs (1.6.2)
29    erb (6.0.1)
30    fileutils (1.8.0)
31    io-console (0.8.1)
32    irb (1.15.2)
33      pp (>= 0.6.0)
34      rdoc (>= 4.0.0)
35      reline (>= 0.4.2)
36    json (2.13.2)
37    json-schema (6.0.0)
38      addressable (~> 2.8)
39      bigdecimal (~> 3.1)
40    logger (1.7.0)
41    net-hippie (1.4.0)
42      base64 (~> 0.1)
43      json (~> 2.0)
44      logger (~> 1.0)
45      net-http (~> 0.6)
46      openssl (~> 3.0)
47    net-http (0.6.0)
48      uri
49    net-llm (0.5.0)
50      json (~> 2.0)
51      net-hippie (~> 1.0)
52      uri (~> 1.0)
53    open3 (0.2.1)
54    openssl (3.3.1)
55    pathname (0.4.0)
56    pp (0.6.2)
57      prettyprint
58    prettyprint (0.2.0)
59    psych (5.2.6)
60      date
61      stringio
62    public_suffix (6.0.2)
63    rake (13.3.0)
64    rdoc (6.14.2)
65      erb
66      psych (>= 4.0.0)
67    reline (0.6.2)
68      io-console (~> 0.5)
69    rspec (3.13.1)
70      rspec-core (~> 3.13.0)
71      rspec-expectations (~> 3.13.0)
72      rspec-mocks (~> 3.13.0)
73    rspec-core (3.13.5)
74      rspec-support (~> 3.13.0)
75    rspec-expectations (3.13.5)
76      diff-lcs (>= 1.2.0, < 2.0)
77      rspec-support (~> 3.13.0)
78    rspec-mocks (3.13.5)
79      diff-lcs (>= 1.2.0, < 2.0)
80      rspec-support (~> 3.13.0)
81    rspec-support (3.13.4)
82    set (1.1.2)
83    stringio (3.1.7)
84    thor (1.3.2)
85    timeout (0.4.3)
86    uri (1.0.3)
87
88PLATFORMS
89  ruby
90  x86_64-linux
91
92DEPENDENCIES
93  elelem!
94  irb
95  rake (~> 13.0)
96  rspec (~> 3.0)
97
98BUNDLED WITH
99   2.7.2