From 0705af135877a6d12d9b55334b8370783249787d Mon Sep 17 00:00:00 2001 From: Surabhi Suman Date: Sat, 27 May 2023 22:10:59 +0530 Subject: [PATCH] updated dependency --- .idea/workspace.xml | 5 ++++- Gemfile | 2 ++ Gemfile.lock | 12 ++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3511233..4065b16 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,8 @@ + + @@ -9,6 +11,7 @@ + diff --git a/Gemfile b/Gemfile index 5fd40c9..8d76af7 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 950a22e..1bf97eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -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) @@ -162,6 +173,7 @@ DEPENDENCIES debug puma (~> 5.0) rails (~> 7.0.5) + ruby-openai sqlite3 (~> 1.4) tzinfo-data