File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Additional gems for AppDev
60
60
gem "active_link_to"
61
+ gem "ai-chat"
61
62
gem "appdev_support"
62
63
gem "awesome_print"
63
64
gem "devise"
@@ -68,7 +69,6 @@ gem "faker"
68
69
gem "htmlbeautifier"
69
70
gem "http"
70
71
gem "kaminari"
71
- gem "openai-chat"
72
72
gem "pagy"
73
73
gem "pundit"
74
74
gem "ransack"
Original file line number Diff line number Diff line change 86
86
uri (>= 0.13.1 )
87
87
addressable (2.8.7 )
88
88
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 )
89
94
annotaterb (4.14.0 )
90
95
appdev_support (0.2.1 )
91
96
tabulo
269
274
marcel (1.0.4 )
270
275
matrix (0.4.2 )
271
276
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 )
276
277
mini_magick (5.2.0 )
277
278
benchmark
278
279
logger
317
318
faraday (>= 1 , < 3 )
318
319
sawyer (~> 0.9 )
319
320
oj (3.13.23 )
320
- openai-chat (0.0.6 )
321
- mime-types ( ~> 3.0 )
321
+ openai (0.17.1 )
322
+ connection_pool
322
323
orm_adapter (0.5.0 )
323
324
ostruct (0.6.1 )
324
325
pagy (9.3.5 )
@@ -583,6 +584,7 @@ PLATFORMS
583
584
584
585
DEPENDENCIES
585
586
active_link_to
587
+ ai-chat
586
588
annotaterb
587
589
appdev_support
588
590
awesome_print
@@ -607,7 +609,6 @@ DEPENDENCIES
607
609
jbuilder
608
610
kamal
609
611
kaminari
610
- openai-chat
611
612
pagy
612
613
pg (~> 1.1 )
613
614
propshaft
You can’t perform that action at this time.
0 commit comments