Skip to content

Commit d6610cd

Browse files
author
github-actions
committed
update with project-syncing action
1 parent c24820d commit d6610cd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ end
5858

5959
# Additional gems for AppDev
6060
gem "active_link_to"
61+
gem "ai-chat"
6162
gem "appdev_support"
6263
gem "awesome_print"
6364
gem "devise"
@@ -68,7 +69,6 @@ gem "faker"
6869
gem "htmlbeautifier"
6970
gem "http"
7071
gem "kaminari"
71-
gem "openai-chat"
7272
gem "pagy"
7373
gem "pundit"
7474
gem "ransack"

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ GEM
8686
uri (>= 0.13.1)
8787
addressable (2.8.7)
8888
public_suffix (>= 2.0.2, < 7.0)
89+
ai-chat (0.2.1)
90+
base64 (> 0.1.1)
91+
json (~> 2.0)
92+
marcel (~> 1.0)
93+
openai (~> 0.16)
8994
annotaterb (4.14.0)
9095
appdev_support (0.2.1)
9196
tabulo
@@ -269,10 +274,6 @@ GEM
269274
marcel (1.0.4)
270275
matrix (0.4.2)
271276
method_source (1.1.0)
272-
mime-types (3.7.0)
273-
logger
274-
mime-types-data (~> 3.2025, >= 3.2025.0507)
275-
mime-types-data (3.2025.0708)
276277
mini_magick (5.2.0)
277278
benchmark
278279
logger
@@ -317,8 +318,8 @@ GEM
317318
faraday (>= 1, < 3)
318319
sawyer (~> 0.9)
319320
oj (3.13.23)
320-
openai-chat (0.0.6)
321-
mime-types (~> 3.0)
321+
openai (0.17.1)
322+
connection_pool
322323
orm_adapter (0.5.0)
323324
ostruct (0.6.1)
324325
pagy (9.3.5)
@@ -583,6 +584,7 @@ PLATFORMS
583584

584585
DEPENDENCIES
585586
active_link_to
587+
ai-chat
586588
annotaterb
587589
appdev_support
588590
awesome_print
@@ -607,7 +609,6 @@ DEPENDENCIES
607609
jbuilder
608610
kamal
609611
kaminari
610-
openai-chat
611612
pagy
612613
pg (~> 1.1)
613614
propshaft

0 commit comments

Comments
 (0)