Skip to content

Commit 686a619

Browse files
Bump langchainrb from 0.9.2 to 0.9.3 (#46)
Bumps [langchainrb](https://github.com/andreibondarev/langchainrb) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/andreibondarev/langchainrb/releases) - [Changelog](https://github.com/andreibondarev/langchainrb/blob/main/CHANGELOG.md) - [Commits](patterns-ai-core/langchainrb@0.9.2...0.9.3) --- updated-dependencies: - dependency-name: langchainrb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 843f788 commit 686a619

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
thor (~> 1.0)
9696
byebug (11.1.3)
9797
coderay (1.1.3)
98-
colorize (0.8.1)
98+
colorize (1.1.0)
9999
concurrent-ruby (1.2.3)
100100
connection_pool (2.4.1)
101101
crass (1.0.6)
@@ -113,15 +113,15 @@ GEM
113113
rdoc
114114
reline (>= 0.4.2)
115115
json (2.7.1)
116-
json-schema (4.0.0)
116+
json-schema (4.1.1)
117117
addressable (>= 2.8)
118-
langchainrb (0.9.2)
118+
langchainrb (0.9.3)
119119
baran (~> 0.1.9)
120-
colorize (~> 0.8.1)
121-
json-schema (~> 4.0.0)
120+
colorize (~> 1.1.0)
121+
json-schema (~> 4)
122122
matrix
123123
pragmatic_segmenter (~> 0.3.0)
124-
tiktoken_ruby (~> 0.0.5)
124+
tiktoken_ruby (~> 0.0.7)
125125
to_bool (~> 2.0.0)
126126
zeitwerk (~> 2.5)
127127
language_server-protocol (3.17.0.3)
@@ -213,7 +213,7 @@ GEM
213213
zeitwerk (~> 2.6)
214214
rainbow (3.1.1)
215215
rake (13.1.0)
216-
rb_sys (0.9.87)
216+
rb_sys (0.9.89)
217217
rdoc (6.6.2)
218218
psych (>= 4.0.0)
219219
regexp_parser (2.9.0)
@@ -267,10 +267,10 @@ GEM
267267
standard
268268
stringio (3.1.0)
269269
thor (1.3.0)
270-
tiktoken_ruby (0.0.6)
271-
rb_sys (~> 0.9.68)
272-
tiktoken_ruby (0.0.6-x86_64-darwin)
273-
tiktoken_ruby (0.0.6-x86_64-linux)
270+
tiktoken_ruby (0.0.7)
271+
rb_sys (>= 0.9.86)
272+
tiktoken_ruby (0.0.7-x86_64-darwin)
273+
tiktoken_ruby (0.0.7-x86_64-linux)
274274
timeout (0.4.1)
275275
to_bool (2.0.0)
276276
tzinfo (2.0.6)

0 commit comments

Comments
 (0)