Skip to content

Commit 28d27b3

Browse files
Update langchainrb requirement from >= 0.7, < 0.10 to >= 0.7, < 0.11 (#59)
Updates the requirements on [langchainrb](https://github.com/andreibondarev/langchainrb) to permit the latest version. - [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.4...0.10.0) --- updated-dependencies: - dependency-name: langchainrb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a4001 commit 28d27b3

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
langchainrb_rails (0.1.8)
5-
langchainrb (>= 0.7, < 0.10)
5+
langchainrb (>= 0.7, < 0.11)
66

77
GEM
88
remote: https://rubygems.org/
@@ -84,9 +84,9 @@ GEM
8484
addressable (2.8.6)
8585
public_suffix (>= 2.0.2, < 6.0)
8686
ast (2.4.2)
87-
baran (0.1.10)
87+
baran (0.1.11)
8888
base64 (0.2.0)
89-
bigdecimal (3.1.6)
89+
bigdecimal (3.1.7)
9090
brakeman (6.1.2)
9191
racc
9292
builder (3.2.4)
@@ -101,21 +101,20 @@ GEM
101101
crass (1.0.6)
102102
date (3.3.4)
103103
diff-lcs (1.5.1)
104-
drb (2.2.0)
105-
ruby2_keywords
104+
drb (2.2.1)
106105
erubi (1.12.0)
107106
globalid (1.2.1)
108107
activesupport (>= 6.1)
109-
i18n (1.14.1)
108+
i18n (1.14.4)
110109
concurrent-ruby (~> 1.0)
111110
io-console (0.7.2)
112111
irb (1.11.2)
113112
rdoc
114113
reline (>= 0.4.2)
115114
json (2.7.1)
116-
json-schema (4.1.1)
115+
json-schema (4.2.0)
117116
addressable (>= 2.8)
118-
langchainrb (0.9.4)
117+
langchainrb (0.10.0)
119118
activesupport (>= 7.0.8)
120119
baran (~> 0.1.9)
121120
colorize (~> 1.1.0)
@@ -140,7 +139,7 @@ GEM
140139
method_source (1.0.0)
141140
mini_mime (1.1.5)
142141
mini_portile2 (2.8.5)
143-
minitest (5.22.2)
142+
minitest (5.22.3)
144143
mutex_m (0.2.0)
145144
net-imap (0.4.10)
146145
date
@@ -251,7 +250,6 @@ GEM
251250
rubocop (>= 1.48.1, < 2.0)
252251
rubocop-ast (>= 1.30.0, < 2.0)
253252
ruby-progressbar (1.13.0)
254-
ruby2_keywords (0.0.5)
255253
standard (1.34.0)
256254
language_server-protocol (~> 3.17.0.2)
257255
lint_roller (~> 1.0)

langchainrb_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
3232

33-
spec.add_dependency "langchainrb", ">= 0.7", "< 0.10"
33+
spec.add_dependency "langchainrb", ">= 0.7", "< 0.11"
3434

3535
spec.add_development_dependency "pry-byebug", "~> 3.10.0"
3636
spec.add_development_dependency "yard", "~> 0.9.34"

0 commit comments

Comments
 (0)