Skip to content

Commit

Permalink
Merge pull request #1 from andreibondarev/version-0.1.1
Browse files Browse the repository at this point in the history
Version 0.1.1
  • Loading branch information
andreibondarev authored Oct 23, 2023
2 parents 0b6c73b + fcd8bd4 commit 425ff08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
langchainrb_rails (0.1.0)
langchainrb (~> 0.6.19)
langchainrb_rails (0.1.1)
langchainrb (~> 0.7.0)

GEM
remote: https://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
json (2.6.3)
json-schema (4.0.0)
addressable (>= 2.8)
langchainrb (0.6.19)
langchainrb (0.7.0)
baran (~> 0.1.9)
colorize (~> 0.8.1)
json-schema (~> 4.0.0)
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.6.19"
spec.add_dependency "langchainrb", "~> 0.7.0"

spec.add_development_dependency "pry-byebug", "~> 3.10.0"
spec.add_development_dependency "yard", "~> 0.9.34"
Expand Down
2 changes: 1 addition & 1 deletion lib/langchainrb_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LangchainrbRails
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 425ff08

Please sign in to comment.