summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-13 18:45:25 -0300
committericebaker <icebaker@proton.me>2023-05-13 18:45:25 -0300
commit62939e4baafde86d0ef599f1c7dc07cce95b8a73 (patch)
tree316d67203d21a9ec9f3370e2e93f55422b4c3d0f /Gemfile.lock
parenta1950c8eb3b55759b0cdcc7716c88b99d0173f2d (diff)
adding support for adapters
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 547a5b0..0acf361 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,6 +8,7 @@ PATH
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
ruby-openai (~> 4.0)
+ sweet-moon (~> 0.0.7)
GEM
remote: https://rubygems.org/
@@ -23,6 +24,7 @@ GEM
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
+ ffi (1.15.5)
json (2.6.3)
method_source (1.0.0)
multipart-post (2.3.0)
@@ -73,6 +75,8 @@ GEM
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
+ sweet-moon (0.0.7)
+ ffi (~> 1.15, >= 1.15.5)
unicode-display_width (2.4.2)
PLATFORMS