File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- langchainrb_rails (0.1.0 )
5- langchainrb (~> 0.6.19 )
4+ langchainrb_rails (0.1.1 )
5+ langchainrb (~> 0.7.0 )
66
77GEM
88 remote: https://rubygems.org/
1919 json (2.6.3 )
2020 json-schema (4.0.0 )
2121 addressable (>= 2.8 )
22- langchainrb (0.6.19 )
22+ langchainrb (0.7.0 )
2323 baran (~> 0.1.9 )
2424 colorize (~> 0.8.1 )
2525 json-schema (~> 4.0.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.6.19 "
33+ spec . add_dependency "langchainrb" , "~> 0.7.0 "
3434
3535 spec . add_development_dependency "pry-byebug" , "~> 3.10.0"
3636 spec . add_development_dependency "yard" , "~> 0.9.34"
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module LangchainrbRails
4- VERSION = "0.1.0 "
4+ VERSION = "0.1.1 "
55end
You can’t perform that action at this time.
0 commit comments