Skip to content

Bump the bundler group across 1 directories with 2 updates#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/shared/bundler-security-group-31d3b0e47c
Closed

Bump the bundler group across 1 directories with 2 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/shared/bundler-security-group-31d3b0e47c

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2024

Bumps the bundler group with 1 update in the /shared directory: activesupport.

Updates activesupport from 6.1.4.6 to 7.1.3.2

Release notes

Sourced from activesupport's releases.

v7.1.3.2

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Fix raise_on_missing_translations not working correctly with the translate method in controllers after the patch for CVE-2024-26143.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.1.3.2 (February 21, 2024)

  • No changes.

Rails 7.1.3.1 (February 21, 2024)

  • No changes.

Rails 7.1.3 (January 16, 2024)

  • Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.

    Eugene Kenny

  • Fix ActiveSupport::JSON.encode to prevent duplicate keys.

    If the same key exist in both String and Symbol form it could lead to the same key being emitted twice.

    Manish Sharma

  • Fix ActiveSupport::Cache::Store#read_multi when using a cache namespace and local cache strategy.

    Mark Oleson

  • Fix Time.now/DateTime.now/Date.today to return results in a system timezone after #travel_to.

    There is a bug in the current implementation of #travel_to: it remembers a timezone of its argument, and all stubbed methods start returning results in that remembered timezone. However, the expected behaviour is to return results in a system timezone.

    Aleksei Chernenkov

  • Fix :unless_exist option for MemoryStore#write (et al) when using a cache namespace.

    S. Brent Faulkner

  • Fix ActiveSupport::Deprecation to handle blaming generated code.

    Jean Boussier, fatkodima

Rails 7.1.2 (November 10, 2023)

  • Fix :expires_in option for RedisCacheStore#write_multi.

... (truncated)

Commits

Updates cocoapods-downloader from 1.5.1 to 2.1

Release notes

Sourced from cocoapods-downloader's releases.

2.1

Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system ruby installations
    Eric Amorde #142

2.0

Enhancements
  • None.
Bug Fixes
  • None.
Other
  • Drop support for Bazaar (bzr)

1.6.3

Enhancements
  • None.
Bug Fixes
  • None.

1.6.2

Enhancements
  • None.
Bug Fixes
  • None.

1.6.1

Enhancements
  • None.
Bug Fixes
  • None.

... (truncated)

Changelog

Sourced from cocoapods-downloader's changelog.

2.1 (2023-11-19)

Enhancements
  • None.
Bug Fixes
  • Revert minimum required Ruby version to 2.6 to support macOS system ruby installations
    Eric Amorde #142

2.0 (2023-10-26)

Enhancements
  • None.
Bug Fixes
  • None.
Other
  • Drop support for Bazaar (bzr)

1.6.3 (2022-04-01)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.2 (2022-03-28)

Enhancements
  • None.
Bug Fixes
  • None.

... (truncated)

Commits
  • 946c550 Release 2.1
  • b5983f2 Merge pull request #142 from CocoaPods/amorde/macos-system-ruby-support
  • a1859be Revert minimum required Ruby version to 2.6 to support macOS system Ruby
  • 3492e7b Merge pull request #140 from CocoaPods/2-0-stable
  • 9072f2d [CHANGELOG] Add empty Master section
  • 2d3691d Release 2.0
  • d9844ca Merge pull request #139 from CocoaPods/amorde/specs-macos
  • e84cb5e Explicitly enable file protocol in submodule test
  • 7366166 Update specs to run on macOS 12
  • e9ab295 Merge pull request #137 from CocoaPods/amorde/bump-minimum-ruby
  • Additional commits viewable 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the bundler group with 1 update in the /shared directory: [activesupport](https://github.com/rails/rails).


Updates `activesupport` from 6.1.4.6 to 7.1.3.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.4.6...v7.1.3.2)

Updates `cocoapods-downloader` from 1.5.1 to 2.1
- [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases)
- [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md)
- [Commits](CocoaPods/cocoapods-downloader@1.5.1...2.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
  dependency-group: bundler-security-group
- dependency-name: cocoapods-downloader
  dependency-type: indirect
  dependency-group: bundler-security-group
...

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 Mar 3, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 16, 2024

Superseded by #14.

@dependabot dependabot bot closed this May 16, 2024
@dependabot dependabot bot deleted the dependabot/bundler/shared/bundler-security-group-31d3b0e47c branch May 16, 2024 21: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