Skip to content

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhisuman committed May 27, 2023
1 parent cd83793 commit 0705af1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gem "sqlite3", "~> 1.4"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"

gem "ruby-openai"

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
# gem "jbuilder"

Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ GEM
irb (>= 1.5.0)
reline (>= 0.3.1)
erubi (1.12.0)
faraday (2.7.5)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.13.0)
Expand All @@ -96,6 +102,7 @@ GEM
mini_mime (1.1.2)
minitest (5.18.0)
msgpack (1.7.1)
multipart-post (2.3.0)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -144,6 +151,10 @@ GEM
rake (13.0.6)
reline (0.3.4)
io-console (~> 0.5)
ruby-openai (4.1.0)
faraday (>= 1)
faraday-multipart (>= 1)
ruby2_keywords (0.0.5)
sqlite3 (1.6.3-arm64-darwin)
thor (1.2.2)
timeout (0.3.2)
Expand All @@ -162,6 +173,7 @@ DEPENDENCIES
debug
puma (~> 5.0)
rails (~> 7.0.5)
ruby-openai
sqlite3 (~> 1.4)
tzinfo-data

Expand Down

0 comments on commit 0705af1

Please sign in to comment.