Skip to content

Commit

Permalink
feat: bumping langchainrb to 0.14 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqing authored Aug 11, 2024
1 parent 374b4cb commit 6355cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
langchainrb_rails (0.1.11)
langchainrb (>= 0.7, < 0.14)
langchainrb (>= 0.7, < 0.15)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion langchainrb_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "langchainrb", ">= 0.7", "< 0.14"
spec.add_dependency "langchainrb", ">= 0.7", "< 0.15"

spec.add_development_dependency "pry-byebug", "~> 3.10.0"
spec.add_development_dependency "yard", "~> 0.9.34"
Expand Down

0 comments on commit 6355cd1

Please sign in to comment.