Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2019

Bumps railties from 5.2.2 to 6.0.2.1.

Release notes

Sourced from railties's releases.

6.0.2.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Fix possible information leak / session hijacking vulnerability.

    The ActionDispatch::Session::MemcacheStore is still vulnerable given it requires the
    gem dalli to be updated as well.

    CVE-2019-16782.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

... (truncated)
Changelog

Sourced from railties's changelog.

Rails 6.0.2.1 (December 18, 2019)

  • No changes.

Rails 6.0.2 (December 13, 2019)

  • Fix the collision check for the scaffold generator.

    Ryan Robeson

Rails 6.0.1 (November 5, 2019)

  • The zeitwerk:check Rake task reports files outside the app's root
    directory, as in engines loaded from gems.

    Xavier Noria

  • Fixed a possible error when using the evented file update checker.

    Yuji Yaginuma

  • The sqlite3 database files created by the parallel testing feature are
    included in the default .gitignore file for newly-generated apps.

    Yasuo Honda

  • rails new generates a .keep file in tmp/pids. This fixes starting
    a server via rackup instead of rails server.

    Rafael Mendonça França

Rails 6.0.0 (August 16, 2019)

  • Rails.autoloaders.log! is a logging shortcut to get the activity of the
    loaders printed to standard output. May be handy for troubleshooting.

    Xavier Noria

Rails 6.0.0.rc2 (July 22, 2019)

  • The new configuration point config.add_autoload_paths_to_load_path allows
    users to opt-out from adding autoload paths to $LOAD_PATH. This flag is
    true by default, but it is recommended to be set to false in :zeitwerk
    mode early, in config/application.rb.

    Zeitwerk uses only absolute paths internally, and applications running in
    :zeitwerk mode do not need require_dependency, so models, controllers,

... (truncated)
Commits
  • f33d52c Preparing for 6.0.2.1 release
  • f675cb3 Preparing for 6.0.2 release
  • 63107e9 Preparing for 6.0.2.rc2 release
  • 296cb7f unlinks Ruby on Rails Tutorial [skip ci]
  • 948a880 Revert "registers previous commit in the CHANGELOG"
  • 5e3c343 Revert "let environments configure load-related paths"
  • a015f55 Preparing for 6.0.2.rc1 release
  • c4175eb Update CHANGELOG [ci skip]
  • 25b35fd Merge pull request #37721 from jhawthorn/fix_ci3
  • fccdae5 Also avoid deprecation warnings if command fails
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2019
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