Skip to content

Commit

Permalink
Update langchainrb_rails.gemspec (#131)
Browse files Browse the repository at this point in the history
* Update langchainrb_rails.gemspec

Don't require max langchainrb version

* Update langchainrb_rails.gemspec

* Add missing Gemfile.lock file

---------

Co-authored-by: Andrei Bondarev <[email protected]>
emk-klaay and andreibondarev authored Dec 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fdfb4e1 commit 8bda66d
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ PATH
remote: .
specs:
langchainrb_rails (0.1.12)
langchainrb (>= 0.7, < 0.19)
langchainrb (>= 0.19)

GEM
remote: https://rubygems.org/
@@ -120,7 +120,7 @@ GEM
json (2.9.0)
json-schema (4.3.1)
addressable (>= 2.8)
langchainrb (0.18.0)
langchainrb (0.19.2)
baran (~> 0.1.9)
json-schema (~> 4)
matrix
2 changes: 1 addition & 1 deletion langchainrb_rails.gemspec
Original file line number Diff line number Diff line change
@@ -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.19"
spec.add_dependency "langchainrb", ">= 0.19"

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

0 comments on commit 8bda66d

Please sign in to comment.