Skip to content

Bump rails, authlogic and rails-i18n#143

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/rails-and-authlogic-and-rails-i18n-7.0.2.2
Closed

Bump rails, authlogic and rails-i18n#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/rails-and-authlogic-and-rails-i18n-7.0.2.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 1, 2022

Bumps rails, authlogic and rails-i18n. These dependencies needed to be updated together.
Updates rails from 5.2.6.2 to 7.0.2.2

Release notes

Sourced from rails's releases.

7.0.2

Active Support

  • Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4

    Stephen Sugden

  • Improve File.atomic_write error handling.

    Daniel Pepper

Active Model

  • Use different cache namespace for proxy calls

    Models can currently have different attribute bodies for the same method names, leading to conflicts. Adding a new namespace :active_model_proxy fixes the issue.

    Chris Salzberg

Active Record

  • Fix PG.connect keyword arguments deprecation warning on ruby 2.7.

    Nikita Vasilevsky

  • Fix the ability to exclude encryption params from being autofiltered.

    Mark Gangl

  • Dump the precision for datetime columns following the new defaults.

    Rafael Mendonça França

  • Make sure encrypted attributes are not being filtered twice.

    Nikita Vasilevsky

  • Dump the database schema containing the current Rails version.

    Since rails/rails#42297, Rails now generate datetime columns with a default precision of 6. This means that users upgrading to Rails 7.0 from 6.1, when loading the database schema, would get the new precision value, which would not match the production schema.

... (truncated)

Commits
  • 2459c20 Preparing for 7.0.2.2 release
  • 4ff529b Preparing release
  • 1b5aadc Fix reloader to work with new Executor signature
  • 365e0fe Preparing for 7.0.2.1 release
  • 7791cd6 updating changelog
  • 3c0420c ActionDispatch::Executor don't fully trust body#close
  • 76489d8 Preparing for 7.0.2 release
  • 4f55b19 Merge pull request #44347 from nvasilevski/fix-postgresql-reconnection-test-a...
  • 4e62fed Merge pull request #44346 from nvasilevski/fix-pg-connect-ruby-27-warning
  • fc3a1f5 Merge pull request #44364 from nvasilevski/fix-test-failure-after-encryption-...
  • Additional commits viewable in compare view

Updates authlogic from 4.4.2 to 6.4.2

Changelog

Sourced from authlogic's changelog.

6.4.2 (2021-12-21)

  • Breaking Changes
    • None
  • Added
    • None
  • Fixed
    • #743 - Fixed deprecation warning in Rails 7 re: ActiveRecord::Base.default_timezone
    • #745 - Fixed more deprecation warnings in Rails 7

6.4.1 (2021-02-22)

6.4.0 (2020-12-22)

  • Breaking Changes
    • None
  • Added
    • #734 - Support for string cookies when using TestCase and friends
  • Fixed
    • None

6.3.0 (2020-12-17)

  • Breaking Changes
    • None
  • Added
    • #733 - Rails 6.1 support
    • find_by_login_method is deprecated in favor of record_selection_method, to avoid confusion with ActiveRecord's "Dynamic Finders".
  • Fixed
    • #726 - Thread safety in Authlogic::Session::Base.klass_name

6.2.0 (2020-09-03)

  • Breaking Changes
    • None

... (truncated)

Commits

Updates rails-i18n from 5.1.3 to 7.0.3

Changelog

Sourced from rails-i18n's changelog.

unreleased

7.0.2 (2022-02-12)

  • Fix long date format for many locales #939 #943
  • Update following locales:
  • Fix require statement in rails/pluralization/tr #964
  • Add rails/ordinals to s.files in Gemspec #969
  • Update i18n-tasks to be ActiveSupport 7+ ready #970

7.0.1 (2021-12-24)

  • Fix ordinals loading.

7.0.0 (2021-12-23)

  • Support Rails 7
  • Drop support for Ruby 1.8
  • Eager load translations during boot phase if possible.
  • Translate ordinals (fr, fr-FR, fr-CA, fr-BE)
  • Update following locales:
    • Albanian (sq)
    • Catalan (ca)
    • Chinese (zh-CN, zh-TW)
    • Croatian (hr)
    • Danish (da)
    • Finnish (fi)
    • French (fr, fr-FR, fr-CA, fr-BE)
    • Georgian (ka)
    • German (de)
    • Greek (el, el-CY)
    • Italian (it, it-CH)
    • Latvian (lv)
    • Lithuanian (lt)
    • Norwegian (nb)
    • Polish (pl)
    • Portuguese (pt-BR)
    • Romanian (ro)
    • Serbian (sr)

... (truncated)

Commits

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)

Bumps [rails](https://github.com/rails/rails), [authlogic](https://github.com/binarylogic/authlogic) and [rails-i18n](https://github.com/svenfuchs/rails-i18n). These dependencies needed to be updated together.

Updates `rails` from 5.2.6.2 to 7.0.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.6.2...v7.0.2.2)

Updates `authlogic` from 4.4.2 to 6.4.2
- [Release notes](https://github.com/binarylogic/authlogic/releases)
- [Changelog](https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md)
- [Commits](binarylogic/authlogic@v4.4.2...v6.4.2)

Updates `rails-i18n` from 5.1.3 to 7.0.3
- [Release notes](https://github.com/svenfuchs/rails-i18n/releases)
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/rails-i18n/commits)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: authlogic
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: rails-i18n
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 1, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 29, 2022

Superseded by #149.

@dependabot dependabot Bot closed this Mar 29, 2022
@dependabot dependabot Bot deleted the dependabot/bundler/rails-and-authlogic-and-rails-i18n-7.0.2.2 branch March 29, 2022 23:32
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants