Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 18, 2024

Bumps the bundler group with 3 updates: activesupport, activeresource and i18n.

Updates activesupport from 3.0.0 to 7.2.0

Release notes

Sourced from activesupport's releases.

7.2.0

Active Support

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.2.0 (August 09, 2024)

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated
    • collect_deprecations

... (truncated)

Commits
  • fb6c430 Preparing for 7.2.0 release
  • 41d50f4 Preparing for 7.2.0.rc1 release
  • 9fb8863 Merge pull request #52473 from r7kamura/securerandom-base36
  • 0c3f838 Fix delegate_missing_to allow_nil: true when called with implict self
  • bf9c923 Polish the new deprecate_constant API docs
  • 91984d0 Improvements to deprecate_constant
  • 9b63450 Preparing for 7.2.0.beta3 release
  • 671e853 Merge pull request #52132 from skipkayhil/hm-rm-logger-predicates
  • 2d4061f Merge pull request #52031 from matthewd/quieter-to_time
  • e564f29 Merge pull request #52118 from Shopify/fix-code-generator-bloat
  • Additional commits viewable in compare view

Updates activeresource from 3.0.0 to 6.1.0

Release notes

Sourced from activeresource's releases.

v6.1.0

What's Changed

New Contributors

Full Changelog: rails/activeresource@v6.0.0...v6.1.0

6.0.0

Breaking changes

  • Drop support to Ruby < 2.6 and Rails < 6.0

What's Changed

New Contributors

... (truncated)

Commits

Updates activeresource from 3.0.0 to 6.1.0

Release notes

Sourced from activeresource's releases.

v6.1.0

What's Changed

New Contributors

Full Changelog: rails/activeresource@v6.0.0...v6.1.0

6.0.0

Breaking changes

  • Drop support to Ruby < 2.6 and Rails < 6.0

What's Changed

New Contributors

... (truncated)

Commits

Updates i18n from 0.4.1 to 1.14.5

Release notes

Sourced from i18n's releases.

v1.14.5

What's Changed

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.4...v1.14.5

v1.14.4

What's Changed

Note: the racc dependency will be coming back in Version 2.

Full Changelog: ruby-i18n/i18n@v1.14.3...v1.14.4

v1.14.3

What's Changed

Upkeep

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.1...v1.14.3

v1.14.1

Included in this release

Maintenance stuff

... (truncated)

Commits
  • 55c7750 Bump to 1.14.5
  • 2ab6eb0 Merge pull request #688 from Bilka2/escaped-reserved-interpolation
  • 5bec0bc Merge pull request #691 from tom-lord/interpolate_documentation_syntax_fix
  • 305edf4 Merge branch 'master' into interpolate_documentation_syntax_fix
  • 73fd07e Merge pull request #682 from tom-lord/add_I18n.interpolation_keys
  • 9b84d1d Merge pull request #692 from uiur/optimize-fallbacks-compute
  • fb8e34e Remove unnecessary line
  • 3d19b68 Use left recursion
  • a295dba Optimize I18n::Locale::Fallbacks#compute
  • 8f4bca1 Add note about not altering strings when no params are given
  • 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 3 updates: [activesupport](https://github.com/rails/rails), [activeresource](https://github.com/rails/activeresource) and [i18n](https://github.com/ruby-i18n/i18n).


Updates `activesupport` from 3.0.0 to 7.2.0
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v3.0.0...v7.2.0)

Updates `activeresource` from 3.0.0 to 6.1.0
- [Release notes](https://github.com/rails/activeresource/releases)
- [Commits](https://github.com/rails/activeresource/commits/v6.1.0)

Updates `activeresource` from 3.0.0 to 6.1.0
- [Release notes](https://github.com/rails/activeresource/releases)
- [Commits](https://github.com/rails/activeresource/commits/v6.1.0)

Updates `i18n` from 0.4.1 to 1.14.5
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v0.4.1...v1.14.5)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: activeresource
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: activeresource
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: i18n
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 18, 2024
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant