Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link

Updates the requirements on activemodel to permit the latest version.

Changelog

Sourced from activemodel's changelog.

Rails 6.0.0 (August 16, 2019)

  • No changes.

Rails 6.0.0.rc2 (July 22, 2019)

  • No changes.

Rails 6.0.0.rc1 (April 24, 2019)

  • Type cast falsy boolean symbols on boolean attribute as false.

    Fixes #35676.

    Ryuta Kamizono

  • Change how validation error translation strings are fetched: The new behavior
    will first try the more specific keys, including doing locale fallback, then try
    the less specific ones.

    For example, this is the order in which keys will now be tried for a blank
    error on a product's title attribute with current locale set to en-US:

    en-US.activerecord.errors.models.product.attributes.title.blank
    en-US.activerecord.errors.models.product.blank
    en-US.activerecord.errors.messages.blank
    
    en.activerecord.errors.models.product.attributes.title.blank
    en.activerecord.errors.models.product.blank
    en.activerecord.errors.messages.blank
    
    en-US.errors.attributes.title.blank
    en-US.errors.messages.blank
    
    en.errors.attributes.title.blank
    en.errors.messages.blank
    

    Hugo Vacher

Rails 6.0.0.beta3 (March 11, 2019)

  • No changes.

Rails 6.0.0.beta2 (February 25, 2019)

  • Fix date value when casting a multiparameter date hash to not convert
... (truncated)
Commits
  • 66cabed Preparing for 6.0.0 release
  • 5eaf39b Add note about human_attribute_name symbol/string
  • 4f78062 Preparing for 6.0.0.rc2 release
  • 3e2c9e7 Merge pull request #36352 from kamipo/fast_pluck_datetime
  • d846e30 Merge pull request #36172 from tgxworld/recover_pluck_perf
  • 01b7e9b Preparing for 6.0.0.rc1 release
  • 5575bd7 Avoid redundant attribute_alias? before attribute_alias
  • 6a4eb3e Merge pull request #36061 from shioyama/update_comment
  • 14ff93c Update comment in attribute_method_matchers_matching
  • e7a28c3 Add attribute_names to ActiveModel::Attributes
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [activemodel](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.0/activemodel/CHANGELOG.md)
- [Commits](rails/rails@v5.1.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 19, 2019
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 5353683 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants