nano-bots 2.4.1 → 2.5.0

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: 077e36f5c1311458df59a5bd3d25f2f9acc91743d170fdb85977d1bdf7dfe340
4
+ data.tar.gz: 8075322ca00d6d948326d6283dd958a456978f731bef75e82c20dd1cc6f4ac86
5
5
  SHA512:
6
- metadata.gz: '078c49c3a2e0021aff16e369a67da673879da07181ca937204dbc1f304d3fd5f4f34088f8c50bf93ce0dd28d7918bca839305c07f07b7bd0f6b2040a53336d0b'
7
- data.tar.gz: 882f3f2024c45e21a488d139374e77a0e7049ae9b2dc00976712fc7dd4246d2e35dff83b34d82a04d08af23ce84bcc0677cfa9fee7915b74ab2a47408c0522e9
6
+ metadata.gz: 10cb687eb3cce616701032bb91b298e3ae6567d1ae69bdb5a78964af4f5d1dd575e09c792b06d7710b0abba06ce2597bb4df4fd0c0b3e58575965f9d601416de
7
+ data.tar.gz: 5e33d292187460bc88bf4e857d1d8fb0147098b62b8b1e91efe229ce556855185bb2fb370064f87f8b240a2cba38538c8f8eddf1e7f923fbaff10e8683ee123b
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.0)
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)
9
+ gemini-ai (~> 3.1, >= 3.1.2)
10
+ maritaca-ai (~> 1.0)
10
11
  mistral-ai (~> 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
62
  mistral-ai (1.1.0)
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.0)
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)