Skip to content

Bump rails from 7.0.6 to 7.0.7

George Koltsov requested to merge dependabot-bundler-rails-7.0.7 into main

Bumps rails from 7.0.6 to 7.0.7.

Release notes

Sourced from rails's releases.

7.0.7

Active Support

  • Fix Cache::NullStore with local caching for repeated reads.

    fatkodima

  • Fix to_s with no arguments not respecting custom :default formats

    Hartley McGuire

  • Fix ActiveSupport::Inflector.humanize(nil) raising NoMethodError: undefined method `end_with?' for nil:NilClass.

    James Robinson

  • Fix Enumerable#sum for Enumerator#lazy.

    fatkodima, Matthew Draper, Jonathan Hefner

  • Improve error message when EventedFileUpdateChecker is used without a compatible version of the Listen gem

    Hartley McGuire

Active Model

  • Error.full_message now strips ":base" from the message.

    zzak

  • Add a load hook for ActiveModel::Model (named active_model) to match the load hook for ActiveRecord::Base and allow for overriding aspects of the ActiveModel::Model class.

Active Record

  • Restores functionality to the missing method when using enums and fixes.

    paulreece

  • Fix StatementCache::Substitute with serialized type.

    ywenc

  • Fix :db_runtime on notification payload when application have multiple databases.

... (truncated)

Commits
  • 522c86f Preparing for 7.0.7 release
  • 5610cba Sync CHANGELOG with the changes in the repository
  • eb7e42d Merge pull request #46617 from r7kamura/feature/isolation-level-default
  • 2dccb3f Merge pull request #48891 from rails/rm-devcontainer-right
  • fabd0b5 Merge pull request #48886 from fatkodima/backport-45670
  • 64ea100 Make sure nested base errors are translatable
  • bc035fc Use single quotes instead of double quotes to get SQLite constraints
  • b9521b5 Remove duplicated fixture
  • d25e34d Fix ActiveRecord::QueryMethods#in_order_of to work with nils
  • 36597e2 Merge pull request #48861 from paulreece/correct_missing_and_associated_behavior
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports