Skip to content

dependency: bump rails from 6.1.3.2 to 6.1.4

James Nutt requested to merge dependabot-bundler-rails-6.1.4 into master

Bumps rails from 6.1.3.2 to 6.1.4.

Release notes

Sourced from rails's releases.

6.1.4

Active Support

  • MemCacheStore: convert any underlying value (including false) to an Entry.

    See #42559.

    Alex Ghiculescu

  • Fix bug in number_with_precision when using large BigDecimal values.

    Fixes #42302.

    Federico Aldunate, Zachary Scott

  • Check byte size instead of length on secure_compare.

    Tietew

  • Fix Time.at to not lose :in option.

    Ryuta Kamizono

  • Require a path for config.cache_store = :file_store.

    Alex Ghiculescu

  • Avoid having to store complex object in the default translation file.

    Rafael Mendonça França

Active Model

  • Fix to_json for ActiveModel::Dirty object.

    Exclude +mutations_from_database+ attribute from json as it lead to recursion.

    Anil Maurya

Active Record

  • Do not try to rollback transactions that failed due to a ActiveRecord::TransactionRollbackError.

    Jamie McCarthy

... (truncated)

Commits
  • 8321702 Preparing for 6.1.4 release
  • e71539c Update CHANGELOG
  • 15a043f Merge pull request #41677 from anilmaurya/fix-41521
  • 8877b88 Merge pull request #42153 from kevinsjoberg/ignore-file-fixtures-on-load
  • 9040eb1 Merge pull request #42513 from ghiculescu/ci-ujs-tests
  • 5b4466d Merge pull request #41609
  • fab5a81 Merge pull request #42437 from HParker/digest-find-parent-controller-template
  • 08b2994 Merge pull request #42580 from nashby/path-to-assets
  • 53be325 Merge pull request #42579 from eileencodes/fix-nil-pool_config-in-legacy-hand...
  • 13cc5f8 Merge pull request #42578 from eileencodes/fix-nil-pool-config-test
  • Additional commits viewable in compare view


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

Merge request reports