main
 1PATH
 2  remote: .
 3  specs:
 4    net-llm (0.5.0)
 5      json (~> 2.0)
 6      net-hippie (~> 1.0)
 7      uri (~> 1.0)
 8
 9GEM
10  remote: https://rubygems.org/
11  specs:
12    addressable (2.8.7)
13      public_suffix (>= 2.0.2, < 7.0)
14    base64 (0.3.0)
15    bigdecimal (3.3.0)
16    crack (1.0.0)
17      bigdecimal
18      rexml
19    diff-lcs (1.6.2)
20    hashdiff (1.2.1)
21    json (2.13.2)
22    logger (1.7.0)
23    net-hippie (1.4.0)
24      base64 (~> 0.1)
25      json (~> 2.0)
26      logger (~> 1.0)
27      net-http (~> 0.6)
28      openssl (~> 3.0)
29    net-http (0.6.0)
30      uri
31    openssl (3.3.1)
32    public_suffix (6.0.2)
33    rake (13.3.0)
34    rexml (3.4.4)
35    rspec (3.13.1)
36      rspec-core (~> 3.13.0)
37      rspec-expectations (~> 3.13.0)
38      rspec-mocks (~> 3.13.0)
39    rspec-core (3.13.5)
40      rspec-support (~> 3.13.0)
41    rspec-expectations (3.13.5)
42      diff-lcs (>= 1.2.0, < 2.0)
43      rspec-support (~> 3.13.0)
44    rspec-mocks (3.13.5)
45      diff-lcs (>= 1.2.0, < 2.0)
46      rspec-support (~> 3.13.0)
47    rspec-support (3.13.6)
48    uri (1.0.4)
49    vcr (6.3.1)
50      base64
51    webmock (3.25.1)
52      addressable (>= 2.8.0)
53      crack (>= 0.3.2)
54      hashdiff (>= 0.4.0, < 2.0.0)
55
56PLATFORMS
57  ruby
58  x86_64-linux
59
60DEPENDENCIES
61  net-llm!
62  rake (~> 13.0)
63  rspec (~> 3.0)
64  vcr (~> 6.0)
65  webmock (~> 3.0)
66
67BUNDLED WITH
68   2.7.2