|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
| 4 | + addressable (2.8.7) |
| 5 | + public_suffix (>= 2.0.2, < 7.0) |
4 | 6 | base64 (0.1.1) |
5 | | - event_stream_parser (0.3.0) |
6 | | - faraday (2.7.11) |
7 | | - base64 |
8 | | - faraday-net_http (>= 2.0, < 3.1) |
9 | | - ruby2_keywords (>= 0.0.4) |
| 7 | + ethon (0.16.0) |
| 8 | + ffi (>= 1.15.0) |
| 9 | + event_stream_parser (1.0.0) |
| 10 | + faraday (2.9.2) |
| 11 | + faraday-net_http (>= 2.0, < 3.2) |
10 | 12 | faraday-multipart (1.0.4) |
11 | 13 | multipart-post (~> 2) |
12 | 14 | faraday-net_http (3.0.2) |
13 | | - google-protobuf (3.25.0-arm64-darwin) |
14 | | - googleapis-common-protos-types (1.9.0) |
15 | | - google-protobuf (~> 3.18) |
| 15 | + faraday-typhoeus (1.1.0) |
| 16 | + faraday (~> 2.0) |
| 17 | + typhoeus (~> 1.4) |
| 18 | + ffi (1.17.0-arm64-darwin) |
| 19 | + gemini-ai (4.1.0) |
| 20 | + event_stream_parser (~> 1.0) |
| 21 | + faraday (~> 2.9, >= 2.9.2) |
| 22 | + faraday-typhoeus (~> 1.1) |
| 23 | + googleauth (~> 1.8) |
| 24 | + typhoeus (~> 1.4, >= 1.4.1) |
| 25 | + google-cloud-env (2.1.1) |
| 26 | + faraday (>= 1.0, < 3.a) |
| 27 | + google-protobuf (3.25.3-arm64-darwin) |
| 28 | + googleapis-common-protos-types (1.15.0) |
| 29 | + google-protobuf (>= 3.18, < 5.a) |
| 30 | + googleauth (1.11.0) |
| 31 | + faraday (>= 1.0, < 3.a) |
| 32 | + google-cloud-env (~> 2.1) |
| 33 | + jwt (>= 1.4, < 3.0) |
| 34 | + multi_json (~> 1.11) |
| 35 | + os (>= 0.9, < 2.0) |
| 36 | + signet (>= 0.16, < 2.a) |
| 37 | + jwt (2.8.2) |
| 38 | + base64 |
| 39 | + multi_json (1.15.0) |
16 | 40 | multipart-post (2.3.0) |
17 | | - opentelemetry-api (1.2.3) |
18 | | - opentelemetry-common (0.20.0) |
| 41 | + opentelemetry-api (1.2.5) |
| 42 | + opentelemetry-common (0.21.0) |
19 | 43 | opentelemetry-api (~> 1.0) |
20 | | - opentelemetry-exporter-otlp (0.26.1) |
| 44 | + opentelemetry-exporter-otlp (0.26.3) |
21 | 45 | google-protobuf (~> 3.14) |
22 | 46 | googleapis-common-protos-types (~> 1.3) |
23 | 47 | opentelemetry-api (~> 1.1) |
24 | 48 | opentelemetry-common (~> 0.20) |
25 | 49 | opentelemetry-sdk (~> 1.2) |
26 | 50 | opentelemetry-semantic_conventions |
27 | | - opentelemetry-registry (0.3.0) |
| 51 | + opentelemetry-registry (0.3.1) |
28 | 52 | opentelemetry-api (~> 1.1) |
29 | | - opentelemetry-sdk (1.3.1) |
| 53 | + opentelemetry-sdk (1.3.2) |
30 | 54 | opentelemetry-api (~> 1.1) |
31 | 55 | opentelemetry-common (~> 0.20) |
32 | 56 | opentelemetry-registry (~> 0.2) |
|
35 | 59 | opentelemetry-api (~> 1.0) |
36 | 60 | opentelemetry-semantic_conventions_ai (0.0.3) |
37 | 61 | opentelemetry-api (~> 1.0) |
38 | | - ruby-openai (5.2.0) |
39 | | - event_stream_parser (>= 0.3.0, < 1.0.0) |
| 62 | + os (1.1.4) |
| 63 | + public_suffix (6.0.0) |
| 64 | + ruby-openai (7.1.0) |
| 65 | + event_stream_parser (>= 0.3.0, < 2.0.0) |
40 | 66 | faraday (>= 1) |
41 | 67 | faraday-multipart (>= 1) |
42 | | - ruby2_keywords (0.0.5) |
43 | | - traceloop-sdk (0.0.1) |
| 68 | + signet (0.19.0) |
| 69 | + addressable (~> 2.8) |
| 70 | + faraday (>= 0.17.5, < 3.a) |
| 71 | + jwt (>= 1.5, < 3.0) |
| 72 | + multi_json (~> 1.10) |
| 73 | + traceloop-sdk (0.0.5) |
44 | 74 | opentelemetry-exporter-otlp (~> 0.26.1) |
45 | 75 | opentelemetry-sdk (~> 1.3.1) |
46 | 76 | opentelemetry-semantic_conventions_ai (~> 0.0.3) |
| 77 | + typhoeus (1.4.1) |
| 78 | + ethon (>= 0.9.0) |
47 | 79 |
|
48 | 80 | PLATFORMS |
49 | 81 | arm64-darwin-23 |
50 | 82 |
|
51 | 83 | DEPENDENCIES |
| 84 | + gemini-ai (~> 4.1) |
52 | 85 | ruby-openai |
53 | 86 | traceloop-sdk |
54 | 87 |
|
|
0 commit comments