Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ruby] Update all Bundler dependencies (2023-11-01) #1123

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
aws-partitions (1.842.0)
aws-sdk-core (3.185.1)
aws-partitions (1.843.0)
aws-sdk-core (3.185.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand All @@ -95,7 +95,7 @@ GEM
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
bullet_train (1.6.7)
Expand Down Expand Up @@ -256,6 +256,7 @@ GEM
email_reply_parser (0.5.11)
erubi (1.12.0)
erubis (2.7.0)
event_stream_parser (0.3.0)
extended_email_reply_parser (0.5.1)
activesupport
charlock_holmes
Expand Down Expand Up @@ -283,7 +284,7 @@ GEM
hashids (1.0.6)
hashie (5.0.0)
hiredis (0.6.3)
honeybadger (5.2.1)
honeybadger (5.3.0)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand All @@ -303,7 +304,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jbuilder-schema (2.5.0)
jbuilder-schema (2.6.1)
jbuilder
method_source
rails (>= 5.0.0)
Expand Down Expand Up @@ -359,7 +360,7 @@ GEM
msgpack (1.7.2)
multi_xml (0.6.0)
multipart-post (2.3.0)
net-imap (0.4.2)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -423,7 +424,7 @@ GEM
actionmailer (>= 3)
net-smtp
premailer (~> 1.7, >= 1.7.9)
prism (0.15.1)
prism (0.16.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -482,7 +483,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
redis (5.0.8)
Expand Down Expand Up @@ -524,7 +525,8 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-openai (5.1.0)
ruby-openai (5.2.0)
event_stream_parser (>= 0.3.0, < 1.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
Expand All @@ -547,7 +549,7 @@ GEM
sexp_processor (4.17.0)
showcase-rails (0.4.6)
rails (>= 6.1.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -602,7 +604,7 @@ GEM
unicode-emoji (3.4.0)
unicode-version (~> 1.0)
unicode-version (1.3.0)
valid_email (0.1.4)
valid_email (0.2.0)
activemodel
mail (>= 2.6.1)
simpleidn
Expand Down
Loading