File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 langchainrb_rails (0.1.8 )
5- langchainrb (>= 0.7 , < 0.10 )
5+ langchainrb (>= 0.7 , < 0.11 )
66
77GEM
88 remote: https://rubygems.org/
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 )
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
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 )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030 spec . executables = spec . files . grep ( %r{\A exe/} ) { |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"
You can’t perform that action at this time.
0 commit comments