Skip to content

Update activesupport requirement from ~> 6.0.2 to >= 6.0.2, < 6.2.0

Updates the requirements on activesupport to permit the latest version.

Release notes

Sourced from activesupport'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)

Changelog

Sourced from activesupport's changelog.

Rails 6.1.4 (June 24, 2021)

  • 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

Rails 6.1.3.2 (May 05, 2021)

  • No changes.

Rails 6.1.3.1 (March 26, 2021)

  • No changes.

Rails 6.1.3 (February 17, 2021)

  • No changes.

Rails 6.1.2.1 (February 10, 2021)

  • No changes.

... (truncated)

Commits
  • 8321702 Preparing for 6.1.4 release
  • e71539c Update CHANGELOG
  • 6ae28e1 Add changelog for #42559
  • e60f3ff MemCacheStore: always convert underlying values into an Entry
  • 17a4a0c Add CHANGELOG entry for #42316 and #42341
  • 5608ba8 NumberToRoundedConverter should handle -Float::INFINITY
  • 942267b Use BigDecimal compatible operation in NumberToRoundedConverter
  • 255b5ff Fix compatibility with psych 4.x
  • 4829fae Merge branch '6-1-sec' into 6-1-stable
  • 75ac626 Preparing for 6.1.3.2 release
  • Additional commits viewable in compare view

Merge request reports