Skip to content

Commit

Permalink
Bump langchainrb gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev committed Oct 23, 2024
1 parent 3739c66 commit 357c550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby "3.3.4"

source "https://rubygems.org"

gem "langchainrb", "0.18.0"
gem "langchainrb", "0.19.0"
gem "ruby-openai"
gem "pry-byebug"
gem "dotenv"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
json (2.7.2)
json-schema (4.3.1)
addressable (>= 2.8)
langchainrb (0.18.0)
langchainrb (0.19.0)
baran (~> 0.1.9)
json-schema (~> 4)
matrix
Expand All @@ -44,15 +44,15 @@ GEM
faraday (>= 1)
faraday-multipart (>= 1)
uri (0.13.1)
zeitwerk (2.7.0)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
dotenv
langchainrb (= 0.18.0)
langchainrb (= 0.19.0)
pry-byebug
ruby-openai

Expand Down

0 comments on commit 357c550

Please sign in to comment.