Skip to content

Commit

Permalink
gemfile plain
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 16, 2023
1 parent 6163c07 commit f40b9ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem "ruby-openai", "~> 4.2"
gem "qdrant-ruby", "~> 0.9.2"
# gem "pgvector", "~> 0.2"

gem "plain", path: "/Users/michelson/Documents/rubyonrails/plain"
gem "plain", github: "chaskiq/plain", branch: "main" #path: "/Users/michelson/Documents/rubyonrails/plain"

# sentry

Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
GIT
remote: https://github.com/chaskiq/plain.git
revision: 43396865abbf0c9afa604a5deb0e316ec2cdcc5b
branch: main
specs:
plain (0.1.0)
coderay (~> 1.1)
front_matter_parser (~> 1.0.1)
langchainrb (~> 0.6.8)
qdrant-ruby (~> 0.9.2)
rails (>= 7.0.6)
redcarpet (~> 2.3.0)
ruby-openai (~> 4.2)
tailwindcss-rails

GIT
remote: https://github.com/rspec/rspec-core.git
revision: 81589709e88db1ec2537faee3a7f4a43c7d9aac1
Expand Down Expand Up @@ -45,19 +60,6 @@ GIT
specs:
rspec-support (3.13.0.pre)

PATH
remote: /Users/michelson/Documents/rubyonrails/plain
specs:
plain (0.1.0)
coderay (~> 1.1)
front_matter_parser (~> 1.0.1)
langchainrb (~> 0.6.8)
qdrant-ruby (~> 0.9.2)
rails (>= 7.0.6)
redcarpet (~> 2.3.0)
ruby-openai (~> 4.2)
tailwindcss-rails

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit f40b9ff

Please sign in to comment.