Skip to content

Bump the production-dependencies group with 49 updates - #118

Closed
dependabot[bot] wants to merge 1 commit into
layerrail-rebrand-startfrom
dependabot/bundler/production-dependencies-f57c1ca853
Closed

Bump the production-dependencies group with 49 updates#118
dependabot[bot] wants to merge 1 commit into
layerrail-rebrand-startfrom
dependabot/bundler/production-dependencies-f57c1ca853

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 49 updates:

Package From To
acme-client 2.0.26 2.0.34
argon2-kdf 0.3.1 1.0.0
cgi 0.5.1 0.5.2
google-apis-cloudresourcemanager_v3 0.61.0 0.63.0
google-apis-iam_v1 0.85.0 0.89.0
google-cloud-compute-v1 3.5.0 3.9.1
google-cloud-storage 1.59.0 1.62.0
committee 5.6.1 5.6.3
excon 1.6.0 1.7.0
mail 2.9.0 2.9.1
net-ssh 7.3.2 7.3.3
omniauth-google-oauth2 1.2.1 1.2.2
rake 13.3.1 13.4.2
roda 3.103.0 3.107.0
rodauth 2.43.0 2.46.0
sentry-ruby 6.6.0 6.7.0
sequel 5.103.0 5.107.0
stripe 18.4.0 19.5.0
tilt 2.6.1 2.9.0
warning 1.5.0 1.6.0
cbor 0.5.10.1 0.5.10.3
concurrent-ruby 1.3.7 1.3.8
csv 3.3.5 3.3.6
ffi-compiler 1.3.2 1.4.2
google-apis-core 1.0.2 1.2.5
google-apis-iamcredentials_v1 0.26.0 0.28.0
google-apis-storage_v1 0.61.0 0.66.0
google-cloud-common 1.9.0 1.10.0
google-cloud-core 1.8.0 1.9.0
google-cloud-env 2.3.1 2.4.0
google-cloud-errors 1.6.0 1.7.0
google-protobuf 4.34.1 4.36.1
googleapis-common-protos 1.9.0 1.10.0
googleapis-common-protos-types 1.22.0 1.23.0
googleauth 1.16.2 1.17.4
grpc 1.80.0 1.83.1
io-console 0.8.2 0.9.2
json 2.21.1 2.21.2
multi_json 1.20.0 1.21.1
net-imap 0.6.4.1 0.6.6
net-protocol 0.2.2 0.3.0
omniauth-oauth2 1.8.0 1.9.0
openssl 4.0.1 4.0.2
rack 3.2.6 3.2.7
reline 0.6.3 0.7.0
retriable 3.4.1 4.2.0
signet 0.21.0 0.22.0
tpm-key_attestation 0.14.1 0.14.2
version_gem 1.1.14 1.1.15

Updates acme-client from 2.0.26 to 2.0.34

Changelog

Sourced from acme-client's changelog.

2.0.34

  • Add badAttestationStatement error

2.0.33

  • Add Acme::Client::Problem for structured RFC 7807 / RFC 8555 ACME problem documents
  • Expose Acme::Client::Error#problem and problem field accessors while keeping #acme_error_body behavior
  • Add typed error mappings for all currently registered IANA ACME error types and verify them against IANA's CSV registry

2.0.32

  • Fix valid_ip_address? method definition. Was mistakenly defined on Object instead of Acme::Client::CertificateRequest

2.0.31

  • Expose Retry-After header on all
  • ARI improvement
  • Expose full error message on Error#acme_error_body
  • Expose error subproblems (RFC7807) on Error#subproblems

2.0.30

  • Add a default message to RateLimited error

This fix avoid argument error on RateLimited object when stubbing without passing arguments.

2.0.29

  • IP support to the CertificateRequest helper

2.0.28

  • Make Retry-After accessible from RateLimited#retry_after exceptions

2.0.27

  • Add support for Renewal Information (ARI) (RFC 9773)
Commits

Updates argon2-kdf from 0.3.1 to 1.0.0

Changelog

Sourced from argon2-kdf's changelog.

1.0.0 (2026-04-04)

  • Dropped support for Ruby < 3.3
Commits

Updates cgi from 0.5.1 to 0.5.2

Release notes

Sourced from cgi's releases.

v0.5.2

What's Changed

New Contributors

Full Changelog: ruby/cgi@v0.5.1...v0.5.2

Commits
  • bbfac89 v0.5.2
  • 09970b0 Fix unescapeHTML CompatibilityError in pure-Ruby fallback
  • 23f26a0 Handle POST without Content-Length
  • 2af5afa Add length option
  • 128feb5 Improve tests
  • bff5bbb Allow digest classes as the digest for store path
  • 5e979c4 Add 'digest' option
  • 2406840 Separate each test methods
  • 3ef2409 [DOC] Fix wording in CGI#http_header
  • 3ca9d12 [DOC] Fix accept_charset default value in examples
  • Additional commits viewable in compare view

Updates google-apis-cloudresourcemanager_v3 from 0.61.0 to 0.63.0

Changelog

Sourced from google-apis-cloudresourcemanager_v3's changelog.

v0.63.0 (2026-08-09)

  • Regenerated from discovery document revision 20260715

v0.62.0 (2026-06-14)

  • Regenerated using generator version 0.19.0
Commits

Updates google-apis-iam_v1 from 0.85.0 to 0.89.0

Changelog

Sourced from google-apis-iam_v1's changelog.

v0.89.0 (2026-08-02)

  • Regenerated from discovery document revision 20260724

v0.88.0 (2026-07-12)

  • Regenerated from discovery document revision 20260702

v0.87.0 (2026-06-14)

  • Regenerated using generator version 0.19.0

v0.86.0 (2026-04-19)

  • Regenerated from discovery document revision 20260320
Commits

Updates google-cloud-compute-v1 from 3.5.0 to 3.9.1

Release notes

Sourced from google-cloud-compute-v1's releases.

google-cloud-compute-v1: v3.10.0

3.10.0 (2026-08-12)

Features

  • update Compute v1 to revision 20260722 (#36185)

Documentation

  • Update copyright year
Commits
  • bf63953 chore(main): release google-cloud-compute-v1 3.9.1 (#35919)
  • 0c1c8f9 chore(main): release google-cloud-confidential_computing 1.3.1 (#35920)
  • 7ac001a chore(main): release google-cloud-config_delivery 1.0.1 (#35922)
  • a0563ef chore(main): release google-cloud-config_service 2.2.1 (#35924)
  • 723dc88 chore(main): release google-cloud-chronicle-v1 1.0.1 (#35905)
  • 52db3a6 chore(main): release google-cloud-container_analysis 1.7.1 (#35933)
  • 2761317 chore(main): release google-cloud-data_catalog 2.3.1 (#35935)
  • 5c06adb chore(main): release google-cloud-data_fusion 2.2.1 (#35942)
  • 9994d02 chore(main): release google-cloud-app_engine 1.7.1 (#35837)
  • a3012d1 chore(main): release google-cloud-app_hub 2.2.1 (#35839)
  • Additional commits viewable in compare view

Updates google-cloud-storage from 1.59.0 to 1.62.0

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage-control-v2: v1.14.0

1.14.0 (2026-08-13)

Features

  • add ViewObjectFullContext RPC and RapidCacheInfo in Storage Control v2 (#36229)
Commits
  • 0e9b4ea chore(main): release google-cloud-storage 1.62.0 (#34613)
  • fc53342 feat: Initial generation of google-maps-isochrones (#34700)
  • 0c36663 feat: Initial generation of google-cloud-network_security-v1 (#34693)
  • dabbf43 feat: Initial generation of google-maps-isochrones-v1 (#34698)
  • c7afd52 chore(main): release google-cloud-ces-v1beta 0.3.1 (#34697)
  • 50d9c35 chore(main): release google-cloud-ces-v1 0.2.1 (#34696)
  • 1f3c429 fix: add routing annotations to BidiRunSession in v1 and v1beta (#34694)
  • 22d231d fix: add routing annotations to BidiRunSession in v1 and v1beta (#34695)
  • b9f72ad chore(main): release stackdriver 1.0.0 (#34663)
  • 9f5a31e chore(main): release google-cloud-datastore-v1 1.8.0 (#34684)
  • Additional commits viewable in compare view

Updates committee from 5.6.1 to 5.6.3

Changelog

Sourced from committee's changelog.

5.6.3 - 2026-04-17

  • clarify OpenAPI 3 coerce_form_params behavior #471
  • support bracket-style OpenAPI 3 query params #472
  • increment Minitest assertion count in assert_schema_conform methods #473
  • fix parsing of +json response content types #474

5.6.2 - 2026-03-20

  • update .ruby-version to latest tested #456
  • bump actions/checkout from 5 to 6 #457
  • add ydah to contributors list #458
  • add coerce_response_values option to enable type coercion in response validation #461
  • move response validation logic from middleware to validator classes #462
  • add OpenAPI 3 parameter deserialization with style/explode support #460
  • add more straightforward options by type #463
  • add strict mode support for query parameters #464
  • add except option for testing error responses #465
  • fix OpenAPI schema cache collision by including schema_path in cache key #466
  • fix OpenAPI 3 path coercion to respect coerce_path_params independently of query coercion #467
  • fix prefix matching to respect path segment boundaries #468
  • add Ruby 4.0 to CI configuration and update README for supported versions #469
Commits
  • 65787bc v5.6.3
  • 71822a0 fix: parse +json response content types (#474)
  • 33534fc Increment Minitest assertion count in assert_schema_conform methods (#473)
  • 381745e Support bracket-style OpenAPI 3 query params (#472)
  • af0b159 Clarify OpenAPI 3 coerce_form_params behavior (#471)
  • 7daefdc v5.6.2
  • 57cc754 Add except option for testing error responses (#465)
  • 479b757 Fix OpenAPI 3 path coercion to respect coerce_path_params independently of qu...
  • 7ff2876 Fix prefix matching to respect path segment boundaries (#468)
  • d644a2e Fix OpenAPI schema cache collision by including schema_path in cache key (#466)
  • Additional commits viewable in compare view

Updates excon from 1.6.0 to 1.7.0

Changelog

Sourced from excon's changelog.

1.7.0 2026-08-06

  • update bundled certs
  • use weak keys for socket cache to improve memory usage
Commits

Updates mail from 2.9.0 to 2.9.1

Release notes

Sourced from mail's releases.

2.9.1

What's Changed

Full Changelog: mikel/mail@2.9.0...2.9.1

Commits

Updates net-ssh from 7.3.2 to 7.3.3

Changelog

Sourced from net-ssh's changelog.

=== 7.3.3

  • Support .pub file as IdentityFile to filter/prioritize agent keys (1Password SSH agent use case) #942
  • Fix cert signing regression when using a .pub companion file without an agent #1006
  • Fix unreadable .pub IdentityFile silently skipped instead of raising #1006
  • Allow multiple UserKnownHostsFile entries (space-separated, matching ssh_config(5)) #979
  • Stop mutating ENV['HOME'] at require time #997
  • Fix ED25519 loader with frozen string literals #995
Commits
  • b991e88 Update CHANGES.txt for 7.3.3
  • e7c4afc bump version
  • 9698668 Fix rubocop offenses introduced by #979 and #951
  • 4be06b0 Merge pull request #1006 from net-ssh/pub-key-identity
  • 81b2e89 Fix rubocop offenses: hash brace spacing and empty block comments
  • 60490df Fix cert signing regression and unreadable .pub file error handling
  • 11243f2 Merge pull request #951 from usiegj00/patch-1
  • 491660f Merge pull request #979 from andrewdotn/main
  • 6f01d90 Merge pull request #995 from G-Rath/patch-1
  • 1aa9ea6 Merge pull request #997 from net-ssh/fix/remove-env-home-mutation
  • Additional commits viewable in compare view

Updates omniauth-google-oauth2 from 1.2.1 to 1.2.2

Release notes

Sourced from omniauth-google-oauth2's releases.

Release 1.2.2

Added

  • Ruby 4.0 support.

Deprecated

  • Nothing.

Removed

  • Unused IMAGE_SIZE_REGEXP constant.
  • Dead skip_friends and skip_image_info options (Google+ was shut down in 2019).

Fixed

  • Replaced CGI.parse with URI.decode_www_form for Ruby 4.0 compatibility.
  • Updated gemspec description to reference OmniAuth instead of OmniAuth 1.x.
  • Modernized CI: bumped actions/checkout to v6, rake to 13.3, and rubocop to latest.
  • Added edge case tests for uid, strip_unnecessary_query_parameters, verify_token, verify_hd wildcard, and malformed JSON handling.
Changelog

Sourced from omniauth-google-oauth2's changelog.

1.2.2 - 2026-02-23

Added

  • Ruby 4.0 support.

Deprecated

  • Nothing.

Removed

  • Unused IMAGE_SIZE_REGEXP constant.
  • Dead skip_friends and skip_image_info options (Google+ was shut down in 2019).

Fixed

  • Replaced CGI.parse with URI.decode_www_form for Ruby 4.0 compatibility.
  • Updated gemspec description to reference OmniAuth instead of OmniAuth 1.x.
  • Modernized CI: bumped actions/checkout to v6, rake to 13.3, and rubocop to latest.
  • Added edge case tests for uid, strip_unnecessary_query_parameters, verify_token, verify_hd wildcard, and malformed JSON handling.
Commits
  • 5158faa Add release date to CHANGELOG.md
  • c5f4600 Update docs and examples
  • 4c14af8 Backfill missing tests
  • e66d0bb Clean up dead code, modernize CI, and prep 1.2.2 release
  • b902e8e Modernize CI: bump rubocop, checkout action, and tooling defaults
  • ac9a979 Add Ruby 4.0 to CI (#474)
  • d3f1c91 Add GitHub pages config
  • 253f023 Remove calendar scope on example app
  • baaf3b7 chore(doc): update JavaScript example in README (#472)
  • dcea9d2 Add Ruby 3.3 and 3.4 to CI matrix
  • See full diff in compare view

Updates rake from 13.3.1 to 13.4.2

Commits
  • 503b8ec v13.4.2
  • 46038e7 Merge pull request #723 from ruby/fix/testopts-preserve-existing-value
  • 604a3d9 Isolate TESTOPTS env in TestRakeTestTask setup/teardown
  • 5886caa Preserve ENV["TESTOPTS"] when verbose is enabled
  • 92193ac v13.4.1
  • b74be0b Merge pull request #721 from ruby/fix/add-options-to-gemspec
  • 829f66d Add lib/rake/options.rb to gemspec
  • 2d55bc4 v13.4.0
  • 1415070 Exclude dependabot updates from release note
  • b3dc948 Merge pull request #713 from pvdb/simplify_standard_system_dir
  • Additional commits viewable in compare view

Updates roda from 3.103.0 to 3.107.0

Changelog

Sourced from roda's changelog.

=== 3.107.0 (2026-08-13)

  • Deprecate upgrading rack sessions and compressed sessions in the sessions plugin (jeremyevans)

  • Deprecate the delay_build plugin (jeremyevans)

  • Deprecate automatic compression using common libraries in the assets plugin (jeremyevans)

  • Support using a proc or method for the :css_compressor and :js_compressor assets plugin options (jeremyevans)

  • Document that the route_block_args plugin will be removed in Roda 4 (jeremyevans)

  • Document that the csrf plugin will be removed in Roda 4 (jeremyevans)

  • Document that the static plugin will be removed in Roda 4 (jeremyevans)

  • Warn by default if dynamically defining a method using a block with an unexpected arity (jeremyevans)

  • Add url_escape plugin for Roda#url_{,un}escape methods (jeremyevans)

=== 3.106.0 (2026-07-13)

  • Add shape_friendly plugin to make scope, request, and response objects shape-friendly (jeremyevans)

  • Add Roda.plugins for checking the loaded plugins (jeremyevans)

=== 3.105.0 (2026-06-12)

  • Support segment: true for class and symbol matchers to improve performance (jeremyevans)

  • Improve performance of :d and :w symbol matchers by 2x (jeremyevans)

  • Improve performance of Integer matcher by 2-3x (jeremyevans)

=== 3.104.0 (2026-05-13)

  • Add hash_public_cache plugin for caching digests for files served by the hash_public plugin (jeremyevans)

  • Use faster OpenSSL::Digest if available in hash_public plugin (jeremyevans)

Commits
  • 21370ef Bump version to 3.107.0
  • 38926b5 Add covering specs after check_arity changes
  • ba89b53 Avoid compressor warning in recheck_precompiled_assets spec
  • 0b102b1 Add Roda 4 note about middleware next if not found plugin
  • 4ce7f95 Deprecate upgrading rack sessions and compressed sessions in the sessions plugin
  • 345a7c5 Deprecate the delay_build plugin
  • 8323053 Fix Roda 4 note for check_arity
  • 3df8aef Add note to remove :concat_only option in Roda 4
  • 24d8ac2 Deprecate automatic compression using common libraries in the assets plugin
  • 563a536 Support using a proc or method for the :css_compressor and :js_compressor ass...
  • Additional commits viewable in compare view

Updates rodauth from 2.43.0 to 2.46.0

Changelog

Sourced from rodauth's changelog.

=== 2.46.0 (2026-08-19)

  • [SECURITY] Prevent account takeover in webauthn_login feature (jeremyevans)

  • Do not call convert_token_id with a nil value (jeremyevans)

  • Add close_account_email feature (jeremyevans)

  • Make clearing verify account token only delete token if closing account (jeremyevans)

  • Clear account tokens when using the change password feature (jeremyevans)

=== 2.45.0 (2026-07-24)

  • Override instance_variables_to_inspect on Ruby 4+ to exclude nil instance variables (janko, jeremyevans) (#509)

  • Work with Roda shape_friendly plugin (jeremyevans)

  • Add transaction_opts configuration method for defining transaction options (jeremyevans)

  • Warn if feature configuration methods define methods that the feature does not implement (jeremyevans)

  • Make get_reset_password_key configuration method in reset_password feature work as expected (jeremyevans)

  • Make unlock_account_key configuration method in lockout feature work as expected (jeremyevans)

  • Make sms_request_response configuration method in sms_codes feature work as expected (jeremyevans)

  • Make convert_token_id configuration method work as expected (jeremyevans)

=== 2.44.0 (2026-06-08)

  • Work correctly when rodauth is required directly without requiring roda or rack first (fkmy) (#505)

  • Clear other active sessions when first multifactor authentication method is added (jeremyevans)

  • Make json_request? method return true or false instead of integer (jeremyevans)

  • Add uses_instance_variables configuration method to register instance variables set inside configuration blocks (jeremyevans)

  • Add cached_auth_method feature method (jeremyevans)

  • Use a shape-friendly approach on Ruby 3.2 with YJIT available (jeremyevans)

  • Add after_no_matching_login hook (muellerj) (#502)

Commits
  • 339542f Bump version to 2.46.0
  • 35d74a9 [SECURITY] Prevent account takeover in webauthn_login feature
  • 5338173 Do not call convert_token_id with a nil value
  • 9016246 Add close_account_email feature
  • e8a6839 Simplify route in otp_lockout_email spec
  • 7214bd8 Fix descriptions in otp_modify_email spec
  • c7837aa Use correct block arity in spec
  • b19aef3 Fix documentation typos
  • 28c16dd Make clearing verify account token only delete token if closing account
  • d0fbb2b Clear account tokens when using the change password feature
  • Additional commits viewable in compare view

Updates sentry-ruby from 6.6.0 to 6.7.0

Changelog

Sourced from sentry-ruby's changelog.

6.7.0

New Features ✨

Bug Fixes 🐛

Rails

Other

  • (test) Kill threaded global workers before clearing Sentry globals by @​solnic in #2990
  • Isolate inherited hubs under hub_isolation_level = :fiber by @​SeanLF in #3036

Internal Changes 🔧

6.6.2

Bug Fixes 🐛

6.6.1

Bug Fixes 🐛

Commits
  • c39c42d release: 6.7.0
  • 0121462 ci: 🤖 Update pinned CI lockfiles (#3045)
  • 5abda56 ci: 🤖 Update pinned CI lockfiles (#3040)
  • e89d3bc fix: isolate inherited hubs under hub_isolation_level = :fiber (#3036)
  • 395aca9 chore(rails): AJ tracing convention compliance (#3031)
  • b02a915 ci: 🤖 Update pinned CI lockfiles (#3027)
  • d405668 fix: correct Scope extra parameter typo (#3023)
  • 3ddf4a9 feat(rails): support for solid queue (#2942)
  • 7ab412f feat: add config.hub_isolation_level for fiber-safe hub storage (Falcon/async...
  • b625f46 ci: 🤖 Update pinned CI lockfiles (#3019)
  • Additional commits viewable in compare view

Updates sequel from 5.103.0 to 5.107.0

Changelog

Sourced from sequel's changelog.

=== 5.107.0 (2026-08-01)

  • Support Dataset#explain :query_plan option on SQLite, for EXPLAIN QUERY PLAN (cllns)

  • Add Database#set_property_graph_schema to support changing the schema for a property graph on PostgreSQL 19+ (jeremyevans)

  • Add Database#rename_property_graph to support renaming property graphs on PostgreSQL 19+ (jeremyevans)

  • Add Database#alter_property_graph to support ALTER PROPERTY GRAPH on PostgreSQL 19+ (jeremyevans)

  • Add Database#property_graphs to return an array of property graph name symbols on PostgreSQL 19+ (jeremyevans)

  • Add Database#graph_table to support GRAPH_TABLE expressions on PostgreSQL 19+ (jeremyevans)

  • Add Database#{create,drop}_property_graph to support {CREATE,DROP} PROPERTY GRAPH on PostgreSQL 19+ (jeremyevans)

=== 5.106.0 (2026-07-01)

  • Add Sequel::Constants::ALL (jeremyevans)

  • Support :ignore_nulls window function option on PostgreSQL 19+ (jeremyevans)

  • Add Dataset#for_portion_of to support UPDATE/DELETE FOR PORTION OF on PostgreSQL 19+ (jeremyevans)

=== 5.105.0 (2026-06-01)

  • Add Plugin.model_instance_variables to set instance variables used by instances of model using a plugin (jeremyevans)

  • Add Model.set_model_instance_variables to set instance variables used by instances of a specific model class (jeremyevans)

  • Support shape-friendly Model instances via Model.shape_friendly = true (jeremyevans)

  • Make connection_expiration extension set expiration time on connections in the pool when it is loaded (cooljacob204, jeremyevans) (#2365, #2366)

=== 5.104.0 (2026-05-01)

  • Support :lateral_subquery as a filter by associations limit strategy in the dataset associations plugin (jeremyevans)

  • Support :lateral_subquery as an eager limit strategy for many_through_many/one_through_many associations (jeremyevans)

  • Support :lateral_subquery as a filter by associations limit strategy for many_through_many/one_through_many associations (jeremyevans)

  • Support :lateral_subquery as an eager_graph limit strategy for many_through_many/one_through_many associations (jeremyevans)

  • Support :lateral_subquery as an eager limit strategy for many_to_many/one_through_one associations (jeremyevans)

  • Support :lateral_subquery as a filter by associations limit strategy for many_to_many/one_through_one associations (jeremyevans)

  • Support :lateral_subquery as an eager_graph limit strategy for many_to_many/one_through_one associations (jeremyevans)

... (truncated)

Commits
  • 09cfd8b Bump version to 5.107.0
  • 868c461 Support :query_plan option in Dataset#explain on SQLite
  • bdb03b6 Fix nondeterministic test failure in property graph spec
  • 3e45652 Add Database#alter_property_graph, #rename_property_graph, and #set_property_...
  • 6e118df Add Database#property_graphs to return an array of property graph name symbol...
  • 114b59c Move parsing check/foreign key constraints to reflection section of PostgreSQ...
  • 431979e Add Database#graph_table to support GRAPH_TABLE expressions on PostgreSQL 19+
  • cef0e9c Add Database#create_property_graph to support CREATE PROPERTY GRAPH on Postgr...
  • 5609197 Restore TruffleRuby on CI
  • c08bea8 Fix specs on TruffleRuby
  • Additional commits viewable in compare view

Updates stripe from 18.4.0 to 19.5.0

Release notes

Sourced from stripe's releases.

v19.5.0

  • #1932 Handle break in auto-paging blocks

    • Rescues LocalJumpError to prevent crash when calling break inside an auto_paging_each
  • #1927 Surface object property on EventNotification

  • #1918 add/adjust event parsing helpers

    • Added methods that return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
      • Webhook#construct_event_without_verification(payload)
      • StripeClient#parse_event_notification_without_verification(payload)
  • #1924 Discard the connection when a request is interrupted

    • Fix connection reuse after a request is interrupted by a non-StandardError exception (e.g. from rack-timeout), which could cause subsequent requests to receive a previous request's response

See the changelog for more details.

v19.5.0-beta.1

This release changes the pinned API version to 2026-07-29.preview.

  • #1899 Update generated code for beta
    • Add support for list and retrieve methods on resource ProductCatalog::TrialOffer
    • Add support for tax_items on ChargeCaptureParams::PaymentDetail::CarRentalDatum::Total::Tax, ChargeCaptureParams::PaymentDetail::FlightDatum::Total::Tax, ChargeCaptureParams::PaymentDetail::LodgingDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::CarRentalDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::FlightDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntent::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntent::PaymentDetail::FlightDatum::Total::Tax, PaymentIntent::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::FlightDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentConfirmParams::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntentConfirmParams::PaymentDetail::FlightDatum::Total::Tax, PaymentIntentConfirmParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentCreateParams::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntentCreateParams::PaymentDetail::FlightDatum::Total::Tax, PaymentIntentCreateParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentUpdateParams::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntentUpdateParams::PaymentDetail::FlightDatum::Total::Tax, and PaymentIntentUpdateParams::PaymentDetail::LodgingDatum::Total::Tax
    • ⚠️ Remove support for taxes on ChargeCaptureParams::PaymentDetail::CarRentalDatum::Total::Tax, ChargeCaptureParams::PaymentDetail::FlightDatum::Total::Tax, ChargeCaptureParams::PaymentDetail::LodgingDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::CarRentalDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::FlightDatum::Total::Tax, ChargeUpdateParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntent::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntent::PaymentDetail::FlightDatum::Total::Tax, PaymentIntent::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::CarRentalDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::FlightDatum::Total::Tax, PaymentIntentCaptureParams::PaymentDetail::LodgingDatum::Total::Tax, PaymentIntentC...

      Description has been truncated

Bumps the production-dependencies group with 49 updates:

| Package | From | To |
| --- | --- | --- |
| [acme-client](https://github.com/unixcharles/acme-client) | `2.0.26` | `2.0.34` |
| [argon2-kdf](https://github.com/ankane/argon2-kdf) | `0.3.1` | `1.0.0` |
| [cgi](https://github.com/ruby/cgi) | `0.5.1` | `0.5.2` |
| [google-apis-cloudresourcemanager_v3](https://github.com/googleapis/google-api-ruby-client) | `0.61.0` | `0.63.0` |
| [google-apis-iam_v1](https://github.com/googleapis/google-api-ruby-client) | `0.85.0` | `0.89.0` |
| [google-cloud-compute-v1](https://github.com/googleapis/google-cloud-ruby) | `3.5.0` | `3.9.1` |
| [google-cloud-storage](https://github.com/googleapis/google-cloud-ruby) | `1.59.0` | `1.62.0` |
| [committee](https://github.com/interagent/committee) | `5.6.1` | `5.6.3` |
| [excon](https://github.com/excon/excon) | `1.6.0` | `1.7.0` |
| [mail](https://github.com/mikel/mail) | `2.9.0` | `2.9.1` |
| [net-ssh](https://github.com/net-ssh/net-ssh) | `7.3.2` | `7.3.3` |
| [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) | `1.2.1` | `1.2.2` |
| [rake](https://github.com/ruby/rake) | `13.3.1` | `13.4.2` |
| [roda](https://github.com/jeremyevans/roda) | `3.103.0` | `3.107.0` |
| [rodauth](https://github.com/jeremyevans/rodauth) | `2.43.0` | `2.46.0` |
| [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `6.6.0` | `6.7.0` |
| [sequel](https://github.com/jeremyevans/sequel) | `5.103.0` | `5.107.0` |
| [stripe](https://github.com/stripe/stripe-ruby) | `18.4.0` | `19.5.0` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.6.1` | `2.9.0` |
| [warning](https://github.com/jeremyevans/ruby-warning) | `1.5.0` | `1.6.0` |
| [cbor](http://cbor.io/) | `0.5.10.1` | `0.5.10.3` |
| [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.3.7` | `1.3.8` |
| [csv](https://github.com/ruby/csv) | `3.3.5` | `3.3.6` |
| [ffi-compiler](https://github.com/ffi/ffi-compiler) | `1.3.2` | `1.4.2` |
| [google-apis-core](https://github.com/googleapis/google-api-ruby-client) | `1.0.2` | `1.2.5` |
| [google-apis-iamcredentials_v1](https://github.com/googleapis/google-api-ruby-client) | `0.26.0` | `0.28.0` |
| [google-apis-storage_v1](https://github.com/googleapis/google-api-ruby-client) | `0.61.0` | `0.66.0` |
| [google-cloud-common](https://github.com/googleapis/common-protos-ruby) | `1.9.0` | `1.10.0` |
| [google-cloud-core](https://github.com/googleapis/google-cloud-ruby) | `1.8.0` | `1.9.0` |
| [google-cloud-env](https://github.com/googleapis/ruby-cloud-env) | `2.3.1` | `2.4.0` |
| [google-cloud-errors](https://github.com/googleapis/google-cloud-ruby) | `1.6.0` | `1.7.0` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.34.1` | `4.36.1` |
| [googleapis-common-protos](https://github.com/googleapis/common-protos-ruby) | `1.9.0` | `1.10.0` |
| [googleapis-common-protos-types](https://github.com/googleapis/common-protos-ruby) | `1.22.0` | `1.23.0` |
| [googleauth](https://github.com/googleapis/google-auth-library-ruby) | `1.16.2` | `1.17.4` |
| [grpc](https://github.com/google/grpc) | `1.80.0` | `1.83.1` |
| [io-console](https://github.com/ruby/io-console) | `0.8.2` | `0.9.2` |
| [json](https://github.com/ruby/json) | `2.21.1` | `2.21.2` |
| [multi_json](https://github.com/sferik/multi_json) | `1.20.0` | `1.21.1` |
| [net-imap](https://github.com/ruby/net-imap) | `0.6.4.1` | `0.6.6` |
| [net-protocol](https://github.com/ruby/net-protocol) | `0.2.2` | `0.3.0` |
| [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) | `1.8.0` | `1.9.0` |
| [openssl](https://github.com/ruby/openssl) | `4.0.1` | `4.0.2` |
| [rack](https://github.com/rack/rack) | `3.2.6` | `3.2.7` |
| [reline](https://github.com/ruby/reline) | `0.6.3` | `0.7.0` |
| [retriable](https://github.com/kamui/retriable) | `3.4.1` | `4.2.0` |
| [signet](https://github.com/googleapis/signet) | `0.21.0` | `0.22.0` |
| [tpm-key_attestation](https://github.com/cedarcode/tpm-key_attestation) | `0.14.1` | `0.14.2` |
| [version_gem](https://github.com/ruby-oauth/version_gem) | `1.1.14` | `1.1.15` |


Updates `acme-client` from 2.0.26 to 2.0.34
- [Changelog](https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/unixcharles/acme-client/commits)

Updates `argon2-kdf` from 0.3.1 to 1.0.0
- [Changelog](https://github.com/ankane/argon2-kdf/blob/master/CHANGELOG.md)
- [Commits](ankane/argon2-kdf@v0.3.1...v1.0.0)

Updates `cgi` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/ruby/cgi/releases)
- [Commits](ruby/cgi@v0.5.1...v0.5.2)

Updates `google-apis-cloudresourcemanager_v3` from 0.61.0 to 0.63.0
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-ruby-client/commits)

Updates `google-apis-iam_v1` from 0.85.0 to 0.89.0
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-iam_v1/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-ruby-client/commits)

Updates `google-cloud-compute-v1` from 3.5.0 to 3.9.1
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-document_ai-v1beta3/CHANGELOG.md)
- [Commits](googleapis/google-cloud-ruby@google-cloud-compute-v1/v3.5.0...google-cloud-compute-v1/v3.9.1)

Updates `google-cloud-storage` from 1.59.0 to 1.62.0
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-document_ai-v1beta3/CHANGELOG.md)
- [Commits](googleapis/google-cloud-ruby@google-cloud-storage/v1.59.0...google-cloud-storage/v1.62.0)

Updates `committee` from 5.6.1 to 5.6.3
- [Changelog](https://github.com/interagent/committee/blob/master/CHANGELOG.md)
- [Commits](interagent/committee@v5.6.1...v5.6.3)

Updates `excon` from 1.6.0 to 1.7.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v1.6.0...v1.7.0)

Updates `mail` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/mikel/mail/releases)
- [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc)
- [Commits](mikel/mail@2.9.0...2.9.1)

Updates `net-ssh` from 7.3.2 to 7.3.3
- [Changelog](https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt)
- [Commits](net-ssh/net-ssh@v7.3.2...v7.3.3)

Updates `omniauth-google-oauth2` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](zquestz/omniauth-google-oauth2@v1.2.1...v1.2.2)

Updates `rake` from 13.3.1 to 13.4.2
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.3.1...v13.4.2)

Updates `roda` from 3.103.0 to 3.107.0
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.103.0...3.107.0)

Updates `rodauth` from 2.43.0 to 2.46.0
- [Changelog](https://github.com/jeremyevans/rodauth/blob/master/CHANGELOG)
- [Commits](jeremyevans/rodauth@2.43.0...2.46.0)

Updates `sentry-ruby` from 6.6.0 to 6.7.0
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@6.6.0...6.7.0)

Updates `sequel` from 5.103.0 to 5.107.0
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.103.0...5.107.0)

Updates `stripe` from 18.4.0 to 19.5.0
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v18.4.0...v19.5.0)

Updates `tilt` from 2.6.1 to 2.9.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.6.1...v2.9.0)

Updates `warning` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/jeremyevans/ruby-warning/blob/master/CHANGELOG)
- [Commits](jeremyevans/ruby-warning@1.5.0...1.6.0)

Updates `cbor` from 0.5.10.1 to 0.5.10.3

Updates `concurrent-ruby` from 1.3.7 to 1.3.8
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.7...v1.3.8)

Updates `csv` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md)
- [Commits](ruby/csv@v3.3.5...v3.3.6)

Updates `ffi-compiler` from 1.3.2 to 1.4.2
- [Release notes](https://github.com/ffi/ffi-compiler/releases)
- [Commits](ffi/ffi-compiler@1.3.2...1.4.2)

Updates `google-apis-core` from 1.0.2 to 1.2.5
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/CHANGELOG.md)
- [Commits](googleapis/google-api-ruby-client@google-apis-core/v1.0.2...google-apis-core/v1.2.5)

Updates `google-apis-iamcredentials_v1` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-iamcredentials_v1/CHANGELOG.md)
- [Commits](googleapis/google-api-ruby-client@0.26.0...0.28.0)

Updates `google-apis-storage_v1` from 0.61.0 to 0.66.0
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-storage_v1/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-ruby-client/commits)

Updates `google-cloud-common` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/googleapis/common-protos-ruby/releases)
- [Commits](googleapis/common-protos-ruby@google-cloud-common/v1.9.0...google-cloud-common/v1.10.0)

Updates `google-cloud-core` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-document_ai-v1/CHANGELOG.md)
- [Commits](googleapis/google-cloud-ruby@google-cloud-core/v1.8.0...google-cloud-core/v1.9.0)

Updates `google-cloud-env` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/googleapis/ruby-cloud-env/releases)
- [Changelog](https://github.com/googleapis/ruby-cloud-env/blob/main/CHANGELOG.md)
- [Commits](googleapis/ruby-cloud-env@google-cloud-env/v2.3.1...google-cloud-env/v2.4.0)

Updates `google-cloud-errors` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-document_ai-v1/CHANGELOG.md)
- [Commits](googleapis/google-cloud-ruby@google-cloud-errors/v1.6.0...google-cloud-errors/v1.7.0)

Updates `google-protobuf` from 4.34.1 to 4.36.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `googleapis-common-protos` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/googleapis/common-protos-ruby/releases)
- [Commits](googleapis/common-protos-ruby@googleapis-common-protos/v1.9.0...googleapis-common-protos/v1.10.0)

Updates `googleapis-common-protos-types` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/googleapis/common-protos-ruby/releases)
- [Commits](googleapis/common-protos-ruby@googleapis-common-protos-types/v1.22.0...googleapis-common-protos-types/v1.23.0)

Updates `googleauth` from 1.16.2 to 1.17.4
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-ruby@googleauth/v1.16.2...googleauth/v1.17.4)

Updates `grpc` from 1.80.0 to 1.83.1
- [Release notes](https://github.com/google/grpc/releases)
- [Commits](grpc/grpc@v1.80.0...v1.83.1)

Updates `io-console` from 0.8.2 to 0.9.2
- [Release notes](https://github.com/ruby/io-console/releases)
- [Commits](ruby/io-console@v0.8.2...v0.9.2)

Updates `json` from 2.21.1 to 2.21.2
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.21.1...v2.21.2)

Updates `multi_json` from 1.20.0 to 1.21.1
- [Release notes](https://github.com/sferik/multi_json/releases)
- [Changelog](https://github.com/sferik/multi_json/blob/main/CHANGELOG.md)
- [Commits](sferik/multi_json@v1.20.0...v1.21.1)

Updates `net-imap` from 0.6.4.1 to 0.6.6
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.6.4.1...v0.6.6)

Updates `net-protocol` from 0.2.2 to 0.3.0
- [Release notes](https://github.com/ruby/net-protocol/releases)
- [Commits](ruby/net-protocol@v0.2.2...v0.3.0)

Updates `omniauth-oauth2` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/omniauth/omniauth-oauth2/releases)
- [Changelog](https://github.com/omniauth/omniauth-oauth2/blob/master/CHANGELOG.md)
- [Commits](omniauth/omniauth-oauth2@v1.8.0...v1.9.0)

Updates `openssl` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/ruby/openssl/releases)
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md)
- [Commits](ruby/openssl@v4.0.1...v4.0.2)

Updates `rack` from 3.2.6 to 3.2.7
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.2.6...v3.2.7)

Updates `reline` from 0.6.3 to 0.7.0
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.6.3...v0.7.0)

Updates `retriable` from 3.4.1 to 4.2.0
- [Release notes](https://github.com/kamui/retriable/releases)
- [Changelog](https://github.com/kamui/retriable/blob/main/CHANGELOG.md)
- [Commits](kamui/retriable@v3.4.1...v4.2.0)

Updates `signet` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/googleapis/signet/releases)
- [Changelog](https://github.com/googleapis/signet/blob/main/CHANGELOG.md)
- [Commits](googleapis/signet@signet/v0.21.0...signet/v0.22.0)

Updates `tpm-key_attestation` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/cedarcode/tpm-key_attestation/releases)
- [Changelog](https://github.com/cedarcode/tpm-key_attestation/blob/master/CHANGELOG.md)
- [Commits](cedarcode/tpm-key_attestation@v0.14.1...v0.14.2)

Updates `version_gem` from 1.1.14 to 1.1.15
- [Release notes](https://github.com/ruby-oauth/version_gem/releases)
- [Changelog](https://github.com/ruby-oauth/version_gem/blob/main/CHANGELOG.md)
- [Commits](ruby-oauth/version_gem@v1.1.14...v1.1.15)

---
updated-dependencies:
- dependency-name: acme-client
  dependency-version: 2.0.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: argon2-kdf
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: cgi
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-apis-cloudresourcemanager_v3
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-apis-iam_v1
  dependency-version: 0.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-compute-v1
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-storage
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: committee
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: excon
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: mail
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: net-ssh
  dependency-version: 7.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: omniauth-google-oauth2
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rake
  dependency-version: 13.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: roda
  dependency-version: 3.107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rodauth
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sentry-ruby
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sequel
  dependency-version: 5.107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stripe
  dependency-version: 19.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: tilt
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: warning
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cbor
  dependency-version: 0.5.10.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: concurrent-ruby
  dependency-version: 1.3.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: csv
  dependency-version: 3.3.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ffi-compiler
  dependency-version: 1.4.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-apis-core
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-apis-iamcredentials_v1
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-apis-storage_v1
  dependency-version: 0.66.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-common
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-core
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-env
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-errors
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-protobuf
  dependency-version: 4.36.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: googleapis-common-protos
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: googleapis-common-protos-types
  dependency-version: 1.23.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: googleauth
  dependency-version: 1.17.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: grpc
  dependency-version: 1.83.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: io-console
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: json
  dependency-version: 2.21.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: multi_json
  dependency-version: 1.21.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: net-imap
  dependency-version: 0.6.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: net-protocol
  dependency-version: 0.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: omniauth-oauth2
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: openssl
  dependency-version: 4.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rack
  dependency-version: 3.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: reline
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: retriable
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: signet
  dependency-version: 0.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tpm-key_attestation
  dependency-version: 0.14.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: version_gem
  dependency-version: 1.1.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Thanks for taking the time to contribute to LayerRail.\n\nPull requests are temporarily closed while we complete core platform work and stabilize the public codebase. This is not a review of your contribution.\n\nPlease watch this repository for the reopening notice.

@github-actions github-actions Bot closed this Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/bundler/production-dependencies-f57c1ca853 branch September 3, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants