nano-bots 2.4.1 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58f9fd4c158907b0fe07096873679c1ef0692ecb546a985b374a73bd1be58863
4
- data.tar.gz: 7aa6e0b1be0aa3182f03367ec3bfa7c465ccc02373a3a6c78e620ac643adad26
3
+ metadata.gz: fcaf16c41f69802d1287b6ee3cebf9d66aede4da329aff6f195fb52234271b6b
4
+ data.tar.gz: f3ee08d1382fb0f6a174fee054452acb58fd4b756bbbabef7e3107e43fc50069
5
5
  SHA512:
6
- metadata.gz: '078c49c3a2e0021aff16e369a67da673879da07181ca937204dbc1f304d3fd5f4f34088f8c50bf93ce0dd28d7918bca839305c07f07b7bd0f6b2040a53336d0b'
7
- data.tar.gz: 882f3f2024c45e21a488d139374e77a0e7049ae9b2dc00976712fc7dd4246d2e35dff83b34d82a04d08af23ce84bcc0677cfa9fee7915b74ab2a47408c0522e9
6
+ metadata.gz: e301f25d8653f9127015ce5bc66d38aaa20b5f024b6d5cb0fb218f27898cc18147cb6f3d0b3f89d1b0a6bf9c55e62c46dc10ebb577dfe4e47daef1b3452dd401
7
+ data.tar.gz: cec8dbcbc256d29aebe5ea35572bb6378fdb742c22f27ccc9e801817be3855f7c415d16353cb5fb187a3a09af8854e4e6915e6db37738fd8d97e9f992c50ea45
data/Gemfile.lock CHANGED
@@ -1,13 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nano-bots (2.4.1)
4
+ nano-bots (2.5.1)
5
5
  babosa (~> 2.0)
6
6
  cohere-ai (~> 1.0, >= 1.0.1)
7
7
  concurrent-ruby (~> 1.2, >= 1.2.2)
8
8
  dotenv (~> 2.8, >= 2.8.1)
9
- gemini-ai (~> 3.1)
10
- mistral-ai (~> 1.1)
9
+ gemini-ai (~> 3.1, >= 3.1.2)
10
+ maritaca-ai (~> 1.0)
11
+ mistral-ai (~> 1.1, >= 1.1.1)
12
+ ollama-ai (~> 1.0)
11
13
  pry (~> 0.14.2)
12
14
  rainbow (~> 3.1, >= 3.1.1)
13
15
  rbnacl (~> 7.1, >= 7.1.1)
@@ -38,10 +40,10 @@ GEM
38
40
  multipart-post (~> 2)
39
41
  faraday-net_http (3.0.2)
40
42
  ffi (1.16.3)
41
- gemini-ai (3.1.0)
43
+ gemini-ai (3.1.2)
42
44
  event_stream_parser (~> 1.0)
43
45
  faraday (~> 2.8, >= 2.8.1)
44
- googleauth (~> 1.9, >= 1.9.1)
46
+ googleauth (~> 1.8)
45
47
  google-cloud-env (2.1.0)
46
48
  faraday (>= 1.0, < 3.a)
47
49
  googleauth (1.9.1)
@@ -54,15 +56,19 @@ GEM
54
56
  json (2.7.1)
55
57
  jwt (2.7.1)
56
58
  language_server-protocol (3.17.0.3)
59
+ maritaca-ai (1.0.0)
60
+ faraday (~> 2.8, >= 2.8.1)
57
61
  method_source (1.0.0)
58
- mistral-ai (1.1.0)
62
+ mistral-ai (1.1.1)
59
63
  event_stream_parser (~> 1.0)
60
64
  faraday (~> 2.8, >= 2.8.1)
61
65
  multi_json (1.15.0)
62
66
  multipart-post (2.3.0)
67
+ ollama-ai (1.0.0)
68
+ faraday (~> 2.8)
63
69
  os (1.1.4)
64
70
  parallel (1.24.0)
65
- parser (3.2.2.4)
71
+ parser (3.3.0.1)
66
72
  ast (~> 2.4.1)
67
73
  racc
68
74
  pry (0.14.2)
@@ -104,11 +110,11 @@ GEM
104
110
  unicode-display_width (>= 2.4.0, < 3.0)
105
111
  rubocop-ast (1.30.0)
106
112
  parser (>= 3.2.1.0)
107
- rubocop-capybara (2.19.0)
113
+ rubocop-capybara (2.20.0)
108
114
  rubocop (~> 1.41)
109
- rubocop-factory_bot (2.24.0)
115
+ rubocop-factory_bot (2.25.0)
110
116
  rubocop (~> 1.33)
111
- rubocop-rspec (2.25.0)
117
+ rubocop-rspec (2.26.1)
112
118
  rubocop (~> 1.40)
113
119
  rubocop-capybara (~> 2.17)
114
120
  rubocop-factory_bot (~> 2.22)