Skip to content

Commit ae9074b

Browse files
committed
Bumped avo to 3.15.6
1 parent fdc7856 commit ae9074b

12 files changed

+101
-7
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
avo (3.15.5)
4+
avo (3.15.6)
55
actionview (>= 6.1)
66
active_link_to
77
activerecord (>= 6.1)

gemfiles/rails_6.1_ruby_3.1.4.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
group :development, :test do
8585
gem "faker", require: false
8686
gem "i18n-tasks", "~> 1.0.12"
87+
gem "ruby-openai"
8788
gem "erb-formatter", require: false
8889
gem "erb_lint", require: false
8990
gem "solargraph", require: false

gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock

+19-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.15.5)
9+
avo (3.15.6)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
@@ -252,13 +252,22 @@ GEM
252252
rubocop (>= 1)
253253
smart_properties
254254
erubi (1.13.0)
255+
event_stream_parser (1.0.0)
255256
factory_bot (6.5.0)
256257
activesupport (>= 5.0.0)
257258
factory_bot_rails (6.4.4)
258259
factory_bot (~> 6.5)
259260
railties (>= 5.0.0)
260261
faker (3.5.1)
261262
i18n (>= 1.8.11, < 2)
263+
faraday (2.12.2)
264+
faraday-net_http (>= 2.0, < 3.5)
265+
json
266+
logger
267+
faraday-multipart (1.1.0)
268+
multipart-post (~> 2.0)
269+
faraday-net_http (3.4.0)
270+
net-http (>= 0.5.0)
262271
ferrum (0.15)
263272
addressable (~> 2.5)
264273
concurrent-ruby (~> 1.1)
@@ -375,6 +384,9 @@ GEM
375384
money (~> 6.13)
376385
railties (>= 3.0)
377386
msgpack (1.7.5)
387+
multipart-post (2.4.1)
388+
net-http (0.6.0)
389+
uri
378390
net-imap (0.5.2)
379391
date
380392
net-protocol
@@ -512,6 +524,10 @@ GEM
512524
rubocop-ast (>= 1.31.1, < 2.0)
513525
rubocop-shopify (2.15.1)
514526
rubocop (~> 1.51)
527+
ruby-openai (7.3.1)
528+
event_stream_parser (>= 0.3.0, < 2.0.0)
529+
faraday (>= 1)
530+
faraday-multipart (>= 1)
515531
ruby-progressbar (1.13.0)
516532
ruby-statistics (3.0.2)
517533
ruby-vips (2.2.2)
@@ -604,6 +620,7 @@ GEM
604620
concurrent-ruby (~> 1.0)
605621
unaccent (0.4.0)
606622
unicode-display_width (2.6.0)
623+
uri (1.0.2)
607624
view_component (3.20.0)
608625
activesupport (>= 5.2.0, < 8.1)
609626
concurrent-ruby (~> 1.0)
@@ -702,6 +719,7 @@ DEPENDENCIES
702719
rspec-retry (~> 0.6.2)
703720
rubocop
704721
rubocop-shopify
722+
ruby-openai
705723
ruby-statistics (< 4)
706724
rubycritic
707725
simplecov

gemfiles/rails_6.1_ruby_3.3.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
group :development, :test do
8585
gem "faker", require: false
8686
gem "i18n-tasks", "~> 1.0.12"
87+
gem "ruby-openai"
8788
gem "erb-formatter", require: false
8889
gem "erb_lint", require: false
8990
gem "solargraph", require: false

gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock

+19-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.15.5)
9+
avo (3.15.6)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
@@ -224,13 +224,22 @@ GEM
224224
rubocop (>= 1)
225225
smart_properties
226226
erubi (1.13.0)
227+
event_stream_parser (1.0.0)
227228
factory_bot (6.5.0)
228229
activesupport (>= 5.0.0)
229230
factory_bot_rails (6.4.4)
230231
factory_bot (~> 6.5)
231232
railties (>= 5.0.0)
232233
faker (3.5.1)
233234
i18n (>= 1.8.11, < 2)
235+
faraday (2.12.2)
236+
faraday-net_http (>= 2.0, < 3.5)
237+
json
238+
logger
239+
faraday-multipart (1.1.0)
240+
multipart-post (~> 2.0)
241+
faraday-net_http (3.4.0)
242+
net-http (>= 0.5.0)
234243
ferrum (0.15)
235244
addressable (~> 2.5)
236245
concurrent-ruby (~> 1.1)
@@ -348,6 +357,9 @@ GEM
348357
money (~> 6.13)
349358
railties (>= 3.0)
350359
msgpack (1.7.5)
360+
multipart-post (2.4.1)
361+
net-http (0.6.0)
362+
uri
351363
net-imap (0.5.2)
352364
date
353365
net-protocol
@@ -485,6 +497,10 @@ GEM
485497
rubocop-ast (>= 1.30.0, < 2.0)
486498
rubocop-shopify (2.15.1)
487499
rubocop (~> 1.51)
500+
ruby-openai (7.3.1)
501+
event_stream_parser (>= 0.3.0, < 2.0.0)
502+
faraday (>= 1)
503+
faraday-multipart (>= 1)
488504
ruby-progressbar (1.13.0)
489505
ruby-statistics (3.0.2)
490506
ruby-vips (2.2.2)
@@ -577,6 +593,7 @@ GEM
577593
concurrent-ruby (~> 1.0)
578594
unaccent (0.4.0)
579595
unicode-display_width (2.6.0)
596+
uri (1.0.2)
580597
view_component (3.20.0)
581598
activesupport (>= 5.2.0, < 8.1)
582599
concurrent-ruby (~> 1.0)
@@ -675,6 +692,7 @@ DEPENDENCIES
675692
rspec-retry (~> 0.6.2)
676693
rubocop
677694
rubocop-shopify
695+
ruby-openai
678696
ruby-statistics (< 4)
679697
rubycritic
680698
simplecov

gemfiles/rails_7.1_ruby_3.1.4.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
group :development, :test do
8585
gem "faker", require: false
8686
gem "i18n-tasks", "~> 1.0.12"
87+
gem "ruby-openai"
8788
gem "erb-formatter", require: false
8889
gem "erb_lint", require: false
8990
gem "solargraph", require: false

gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock

+19-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.15.5)
9+
avo (3.15.6)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
@@ -267,13 +267,22 @@ GEM
267267
rubocop (>= 1)
268268
smart_properties
269269
erubi (1.13.0)
270+
event_stream_parser (1.0.0)
270271
factory_bot (6.5.0)
271272
activesupport (>= 5.0.0)
272273
factory_bot_rails (6.4.4)
273274
factory_bot (~> 6.5)
274275
railties (>= 5.0.0)
275276
faker (3.5.1)
276277
i18n (>= 1.8.11, < 2)
278+
faraday (2.12.2)
279+
faraday-net_http (>= 2.0, < 3.5)
280+
json
281+
logger
282+
faraday-multipart (1.1.0)
283+
multipart-post (~> 2.0)
284+
faraday-net_http (3.4.0)
285+
net-http (>= 0.5.0)
277286
ferrum (0.15)
278287
addressable (~> 2.5)
279288
concurrent-ruby (~> 1.1)
@@ -390,6 +399,9 @@ GEM
390399
money (~> 6.13)
391400
railties (>= 3.0)
392401
msgpack (1.7.5)
402+
multipart-post (2.4.1)
403+
net-http (0.6.0)
404+
uri
393405
net-imap (0.5.2)
394406
date
395407
net-protocol
@@ -532,6 +544,10 @@ GEM
532544
rubocop-ast (>= 1.31.1, < 2.0)
533545
rubocop-shopify (2.15.1)
534546
rubocop (~> 1.51)
547+
ruby-openai (7.3.1)
548+
event_stream_parser (>= 0.3.0, < 2.0.0)
549+
faraday (>= 1)
550+
faraday-multipart (>= 1)
535551
ruby-progressbar (1.13.0)
536552
ruby-statistics (3.0.2)
537553
ruby-vips (2.2.2)
@@ -625,6 +641,7 @@ GEM
625641
concurrent-ruby (~> 1.0)
626642
unaccent (0.4.0)
627643
unicode-display_width (2.6.0)
644+
uri (1.0.2)
628645
useragent (0.16.11)
629646
view_component (3.20.0)
630647
activesupport (>= 5.2.0, < 8.1)
@@ -724,6 +741,7 @@ DEPENDENCIES
724741
rspec-retry (~> 0.6.2)
725742
rubocop
726743
rubocop-shopify
744+
ruby-openai
727745
ruby-statistics (< 4)
728746
rubycritic
729747
simplecov

gemfiles/rails_7.1_ruby_3.3.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
group :development, :test do
8585
gem "faker", require: false
8686
gem "i18n-tasks", "~> 1.0.12"
87+
gem "ruby-openai"
8788
gem "erb-formatter", require: false
8889
gem "erb_lint", require: false
8990
gem "solargraph", require: false

gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock

+19-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.15.5)
9+
avo (3.15.6)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
@@ -239,13 +239,22 @@ GEM
239239
rubocop (>= 1)
240240
smart_properties
241241
erubi (1.13.0)
242+
event_stream_parser (1.0.0)
242243
factory_bot (6.5.0)
243244
activesupport (>= 5.0.0)
244245
factory_bot_rails (6.4.4)
245246
factory_bot (~> 6.5)
246247
railties (>= 5.0.0)
247248
faker (3.5.1)
248249
i18n (>= 1.8.11, < 2)
250+
faraday (2.12.2)
251+
faraday-net_http (>= 2.0, < 3.5)
252+
json
253+
logger
254+
faraday-multipart (1.1.0)
255+
multipart-post (~> 2.0)
256+
faraday-net_http (3.4.0)
257+
net-http (>= 0.5.0)
249258
ferrum (0.15)
250259
addressable (~> 2.5)
251260
concurrent-ruby (~> 1.1)
@@ -363,6 +372,9 @@ GEM
363372
money (~> 6.13)
364373
railties (>= 3.0)
365374
msgpack (1.7.5)
375+
multipart-post (2.4.1)
376+
net-http (0.6.0)
377+
uri
366378
net-imap (0.5.2)
367379
date
368380
net-protocol
@@ -505,6 +517,10 @@ GEM
505517
rubocop-ast (>= 1.30.0, < 2.0)
506518
rubocop-shopify (2.15.1)
507519
rubocop (~> 1.51)
520+
ruby-openai (7.3.1)
521+
event_stream_parser (>= 0.3.0, < 2.0.0)
522+
faraday (>= 1)
523+
faraday-multipart (>= 1)
508524
ruby-progressbar (1.13.0)
509525
ruby-statistics (3.0.2)
510526
ruby-vips (2.2.2)
@@ -598,6 +614,7 @@ GEM
598614
concurrent-ruby (~> 1.0)
599615
unaccent (0.4.0)
600616
unicode-display_width (2.6.0)
617+
uri (1.0.2)
601618
useragent (0.16.11)
602619
view_component (3.20.0)
603620
activesupport (>= 5.2.0, < 8.1)
@@ -697,6 +714,7 @@ DEPENDENCIES
697714
rspec-retry (~> 0.6.2)
698715
rubocop
699716
rubocop-shopify
717+
ruby-openai
700718
ruby-statistics (< 4)
701719
rubycritic
702720
simplecov

gemfiles/rails_8.0_ruby_3.3.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ end
8484
group :development, :test do
8585
gem "faker", require: false
8686
gem "i18n-tasks", "~> 1.0.12"
87+
gem "ruby-openai"
8788
gem "erb-formatter", require: false
8889
gem "erb_lint", require: false
8990
gem "solargraph", require: false

gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock

+18-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
PATH
77
remote: ..
88
specs:
9-
avo (3.15.5)
9+
avo (3.15.6)
1010
actionview (>= 6.1)
1111
active_link_to
1212
activerecord (>= 6.1)
@@ -239,13 +239,22 @@ GEM
239239
rubocop (>= 1)
240240
smart_properties
241241
erubi (1.13.0)
242+
event_stream_parser (1.0.0)
242243
factory_bot (6.5.0)
243244
activesupport (>= 5.0.0)
244245
factory_bot_rails (6.4.4)
245246
factory_bot (~> 6.5)
246247
railties (>= 5.0.0)
247248
faker (3.5.1)
248249
i18n (>= 1.8.11, < 2)
250+
faraday (2.12.2)
251+
faraday-net_http (>= 2.0, < 3.5)
252+
json
253+
logger
254+
faraday-multipart (1.1.0)
255+
multipart-post (~> 2.0)
256+
faraday-net_http (3.4.0)
257+
net-http (>= 0.5.0)
249258
ferrum (0.15)
250259
addressable (~> 2.5)
251260
concurrent-ruby (~> 1.1)
@@ -363,6 +372,9 @@ GEM
363372
money (~> 6.13)
364373
railties (>= 3.0)
365374
msgpack (1.7.5)
375+
multipart-post (2.4.1)
376+
net-http (0.6.0)
377+
uri
366378
net-imap (0.5.2)
367379
date
368380
net-protocol
@@ -505,6 +517,10 @@ GEM
505517
rubocop-ast (>= 1.30.0, < 2.0)
506518
rubocop-shopify (2.15.1)
507519
rubocop (~> 1.51)
520+
ruby-openai (7.3.1)
521+
event_stream_parser (>= 0.3.0, < 2.0.0)
522+
faraday (>= 1)
523+
faraday-multipart (>= 1)
508524
ruby-progressbar (1.13.0)
509525
ruby-statistics (3.0.2)
510526
ruby-vips (2.2.2)
@@ -698,6 +714,7 @@ DEPENDENCIES
698714
rspec-retry (~> 0.6.2)
699715
rubocop
700716
rubocop-shopify
717+
ruby-openai
701718
ruby-statistics (< 4)
702719
rubycritic
703720
simplecov

lib/avo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avo
2-
VERSION = "3.15.5" unless const_defined?(:VERSION)
2+
VERSION = "3.15.6" unless const_defined?(:VERSION)
33
end

0 commit comments

Comments
 (0)