shadowmaru / microformats_helper

Microformats Helper is a gem for generating content-rich tags in HTML files, following Microformats standards. For more information about Microformats, check its website (http://microformats.org).
Other
49 stars 8 forks source link

Bump actionpack from 3.0.7 to 6.0.0 #8

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 5 years ago

Bumps actionpack from 3.0.7 to 6.0.0.

Release notes *Sourced from [actionpack's releases](https://github.com/rails/rails/releases).* > ## 6.0.0.beta1 > ## Active Support > > * Remove deprecated `Module#reachable?` method. > > *Rafael Mendonça França* > > * Remove deprecated `#acronym_regex` method from `Inflections`. > > *Rafael Mendonça França* > > * Fix `String#safe_constantize` throwing a `LoadError` for incorrectly cased constant references. > > *Keenan Brock* > > * Preserve key order passed to `ActiveSupport::CacheStore#fetch_multi`. > > `fetch_multi(*names)` now returns its results in the same order as the `*names` requested, rather than returning cache hits followed by cache misses. > > *Gannon McGibbon* > > * If the same block is `included` multiple times for a Concern, an exception is no longer raised. > > *Mark J. Titorenko*, *Vlad Bokov* > > * Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess` > would not act as alias for `#symbolize_keys`. > > *Nick Weiland* > > * Improve the logic that detects non-autoloaded constants. > > *Jan Habermann*, *Xavier Noria* > > * Deprecate `ActiveSupport::Multibyte::Unicode#pack_graphemes(array)` and `ActiveSuppport::Multibyte::Unicode#unpack_graphemes(string)` > in favor of `array.flatten.pack("U*")` and `string.scan(/\X/).map(&:codepoints)`, respectively. > > *Francesco Rodríguez* > > * Deprecate `ActiveSupport::Multibyte::Chars.consumes?` in favor of `String#is_utf8?`. > > *Francesco Rodríguez* > > * Fix duration being rounded to a full second. > ``` > time = DateTime.parse("2018-1-1") > time += 0.51.seconds > ``` > Will now correctly add 0.51 second and not 1 full second. > > ... (truncated)
Changelog *Sourced from [actionpack's changelog](https://github.com/rails/rails/blob/v6.0.0/actionpack/CHANGELOG.md).* > ## Rails 6.0.0 (August 16, 2019) ## > > * No changes. > > > ## Rails 6.0.0.rc2 (July 22, 2019) ## > > * Add the ability to set the CSP nonce only to the specified directives. > > Fixes [#35137](https://github-redirect.dependabot.com/rails/rails/issues/35137). > > *Yuji Yaginuma* > > * Keep part when scope option has value. > > When a route was defined within an optional scope, if that route didn't > take parameters the scope was lost when using path helpers. This commit > ensures scope is kept both when the route takes parameters or when it > doesn't. > > Fixes [#33219](https://github-redirect.dependabot.com/rails/rails/issues/33219) > > *Alberto Almagro* > > * Change `ActionDispatch::Response#content_type` to return Content-Type header as it is. > > Previously, `ActionDispatch::Response#content_type` returned value does NOT > contain charset part. This behavior changed to returned Content-Type header > containing charset part as it is. > > If you want just MIME type, please use `ActionDispatch::Response#media_type` > instead. > > Enable `action_dispatch.return_only_media_type_on_content_type` to use this change. > If not enabled, `ActionDispatch::Response#content_type` returns the same > value as before version, but its behavior is deprecate. > > *Yuji Yaginuma* > > * Calling `ActionController::Parameters#transform_keys/!` without a block now returns > an enumerator for the parameters instead of the underlying hash. > > *Eugene Kenny* > > * Fix a bug where DebugExceptions throws an error when malformed query parameters are provided > > *Yuki Nishijima*, *Stan Lo* > > > ## Rails 6.0.0.rc1 (April 24, 2019) ## > ... (truncated)
Commits - [`66cabed`](https://github.com/rails/rails/commit/66cabeda2c46c582d19738e1318be8d59584cc5b) Preparing for 6.0.0 release - [`f57aac4`](https://github.com/rails/rails/commit/f57aac409b9e70bd298c1fe72215499156b9f039) Merge pull request [#36854](https://github-redirect.dependabot.com/rails/rails/issues/36854) from eugeneius/media_type_instead_of_content_type - [`49718d1`](https://github.com/rails/rails/commit/49718d1c77635e34bdaa49af6d5c039507d0b171) Require and support rails-html-sanitzer 1.2.0 - [`ad34b6c`](https://github.com/rails/rails/commit/ad34b6cfd2690167987e4bac2226afefe733c34d) Remove invalid autoload of ActionDispatch::Http::Upload - [`072f6f9`](https://github.com/rails/rails/commit/072f6f98dedff65dd6689a88c065c3a412ca964c) Merge pull request [#36537](https://github-redirect.dependabot.com/rails/rails/issues/36537) from quadule/fix-cookie-rotation-hash-pollution - [`ac34a70`](https://github.com/rails/rails/commit/ac34a706689da345d9072cd77abfe66db6fbb9f0) Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P... - [`c1274e1`](https://github.com/rails/rails/commit/c1274e152aae1c954c47331684974b97b8a82bf6) Merge pull request [#36254](https://github-redirect.dependabot.com/rails/rails/issues/36254) from sharang-d/remove-named-helpers - [`393b864`](https://github.com/rails/rails/commit/393b864081a77c82ed52710892b0c8299a1c501d) Merge pull request [#36504](https://github-redirect.dependabot.com/rails/rails/issues/36504) from mtsmfm/mtsmfm/fix-flaky-render-test - [`4f78062`](https://github.com/rails/rails/commit/4f78062a366879407fa9028bc25dc16fe1f83700) Preparing for 6.0.0.rc2 release - [`f5c1f85`](https://github.com/rails/rails/commit/f5c1f85c797a2ccec4ede9a86901f3ab1fcfe173) Merge pull request [#36602](https://github-redirect.dependabot.com/rails/rails/issues/36602) from jhawthorn/system_testing_preload_2 - Additional commits viewable in [compare view](https://github.com/rails/rails/compare/v3.0.7...v6.0.0)


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](https://github.com/shadowmaru/microformats_helper/network/alerts).
dependabot[bot] commented 3 years ago

Superseded by #10.