nano-bots 2.4.0 → 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: 3d1d868de99fe9fb6dc0a3bd399b2176d84ede8aa41bcf33c576d71533729302
4
- data.tar.gz: 56744e7f48cb8976312b22bc8f2727a2ea9aed1f19d5f3c7739a61e3dac4aee9
3
+ metadata.gz: 077e36f5c1311458df59a5bd3d25f2f9acc91743d170fdb85977d1bdf7dfe340
4
+ data.tar.gz: 8075322ca00d6d948326d6283dd958a456978f731bef75e82c20dd1cc6f4ac86
5
5
  SHA512:
6
- metadata.gz: 31c01535614c68844d122096854e0f396dd979281345f9deb10ffc9f8d279351c8dcd32fab8c93682765bee901bde313c3afb20cfb0a90415b2fa821d5171d43
7
- data.tar.gz: 84afd1d2a06e1253a8c49e4f0b23020a5ac76d23ea0602534854ebbd4969ff6c80c22eede6744915d606261cf9433b66367f6adad6a0009108a3a4bcc4be8f75
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.0)
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)