Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the ruby group with 4 updates in the / directory: activesupport, rake, aws-sdk-core and googleauth.

Updates activesupport from 8.1.0 to 8.1.1

Release notes

Sourced from activesupport's releases.

8.1.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • Respect remove_hidden_field_autocomplete config in form builder hidden_field.

    Rafael Mendonça França

Action Pack

  • Allow methods starting with underscore to be action methods.

    Disallowing methods starting with an underscore from being action methods was an unintended side effect of the performance optimization in 207a254.

    Fixes #55985.

    Rafael Mendonça França

Active Job

  • Only index new serializers.

    Jesse Sharps

Action Mailer

  • No changes.

Action Cable

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 8.1.1 (October 28, 2025)

  • No changes.
Commits
  • 90a1eaa Preparing for 8.1.1 release
  • 234b569 Merge pull request #56008 from chaadow/fix_nesting_loop_rails
  • 53c4ed8 Merge pull request #55973 from rails/fix-ci
  • f77a1c3 Require 'rails' at the top of railltie files to ensure Rails is loaded first
  • cd53d57 Merge pull request #55962 from coderhs/patch-1
  • See full diff in compare view

Updates rake from 13.3.0 to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates aws-sdk-core from 3.234.0 to 3.239.2

Changelog

Sourced from aws-sdk-core's changelog.

3.239.2 (2025-11-25)

  • Issue - Fix login_credentials in credentials chain when config is enabled.

3.239.1 (2025-11-21)

  • Issue - Fixed HTTP/2 connection issues when using custom ports.

3.239.0 (2025-11-20)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Issue - Fix region configuration for LoginCredential's Signin client.

3.238.0 (2025-11-19)

  • Feature - Updated Aws::Signin::Client with the latest API changes.

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - IAM now supports outbound identity federation via the STS GetWebIdentityToken API, enabling AWS workloads to securely authenticate with external services using short-lived JSON Web Tokens.

  • Feature - Add LoginCredentials which retrieves credentials from AWS Sign-In. Support aws-sdk-signin alias gem.

3.237.0 (2025-11-10)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Added GetDelegatedAccessToken API, which is not available for general use at this time.

3.236.0 (2025-10-30)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Update endpoint ruleset parameters casing

3.235.0 (2025-10-24)

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Update endpoint ruleset parameters casing

Commits

Updates googleauth from 1.15.1 to 1.16.0

Release notes

Sourced from googleauth's releases.

googleauth: v1.16.0

1.16.0 (2025-11-21)

Features

  • Add ADC support for impersonated credentials (#547)

Bug Fixes

  • Include security warning in ExternalAccount and ImpersonatedServiceAccount credentials (#551)
Changelog

Sourced from googleauth's changelog.

1.16.0 (2025-11-21)

Features

  • Add ADC support for impersonated credentials (#547)

Bug Fixes

  • Include security warning in ExternalAccount and ImpersonatedServiceAccount credentials (#551)
Commits
  • a59a1df chore(main): release googleauth 1.16.0 (#550)
  • 317474d fix: Include security warning in ExternalAccount and ImpersonatedServiceAccou...
  • 4c31b17 feat: Add ADC support for impersonated credentials (#547)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby group with 4 updates in the / directory: [activesupport](https://github.com/rails/rails), [rake](https://github.com/ruby/rake), [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) and [googleauth](https://github.com/googleapis/google-auth-library-ruby).


Updates `activesupport` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v8.1.0...v8.1.1)

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

Updates `aws-sdk-core` from 3.234.0 to 3.239.2
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `googleauth` from 1.15.1 to 1.16.0
- [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.15.1...googleauth/v1.16.0)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: aws-sdk-core
  dependency-version: 3.239.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: googleauth
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
...

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 Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby-f315332bb6 branch December 2, 2025 00:53
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.

1 participant