Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tzinfo from 1.2.10 to 2.0.6 in /docs (#264)
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.10 to 2.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tzinfo/tzinfo/releases">tzinfo's releases</a>.</em></p> <blockquote> <h2>v2.0.6</h2> <ul> <li>Eliminate <code>Object#untaint</code> deprecation warnings on JRuby 9.4.0.0. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/145">#145</a>.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.6">TZInfo v2.0.6 on RubyGems.org</a></p> <h2>v2.0.5</h2> <ul> <li>Changed <code>DateTime</code> results to always use the proleptic Gregorian calendar. This affects <code>DateTime</code> results prior to 1582-10-15 and any arithmetic performed on the results that would produce a secondary result prior to 1582-10-15.</li> <li>Added support for eager loading all the time zone and country data by calling either <code>TZInfo::DataSource#eager_load!</code> or <code>TZInfo.eager_load!</code>. Compatible with Ruby On Rails' <code>eager_load_namespaces</code>. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/129">#129</a>.</li> <li>Ignore the SECURITY file from Arch Linux's tzdata package. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/134">#134</a>.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.5">TZInfo v2.0.5 on RubyGems.org</a></p> <h2>v2.0.4</h2> <ul> <li>Fixed an incorrect <code>InvalidTimezoneIdentifier</code> exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). <a href="https://redirect.github.com/tzinfo/tzinfo/issues/123">#123</a>.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.4">TZInfo v2.0.4 on RubyGems.org</a></p> <h2>v2.0.3</h2> <ul> <li>Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/120">#120</a>.</li> <li>Fixed <code>TimeWithOffset#getlocal</code> returning a <code>TimeWithOffset</code> with the <code>timezone_offset</code> still assigned when called with an offset argument on JRuby 9.3.</li> <li>Rubinius is no longer supported.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.3">TZInfo v2.0.3 on RubyGems.org</a></p> <h2>v2.0.2</h2> <ul> <li>Fixed 'wrong number of arguments' errors when running on JRuby 9.0. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/114">#114</a>.</li> <li>Fixed warnings when running on Ruby 2.8. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/113">#113</a>.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.2">TZInfo v2.0.2 on RubyGems.org</a></p> <h2>v2.0.1</h2> <ul> <li>Fixed "SecurityError: Insecure operation - require" exceptions when loading data with recent Ruby releases in safe mode. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/100">#100</a>.</li> <li>Fixed warnings when running on Ruby 2.7. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/109">#109</a>.</li> <li>Added a <code>TZInfo::Timezone#=~</code> method that performs a regex match on the time zone identifier. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/99">#99</a>.</li> <li>Added a <code>TZInfo::Country#=~</code> method that performs a regex match on the country code.</li> </ul> <p><a href="https://rubygems.org/gems/tzinfo/versions/2.0.1">TZInfo v2.0.1 on RubyGems.org</a></p> <h2>v2.0.0</h2> <h3>Added</h3> <ul> <li><code>to_local</code> and <code>period_for</code> instance methods have been added to <code>TZInfo::Timezone</code>. These are similar to <code>utc_to_local</code> and <code>period_for_utc</code>, but take the UTC offset of the given time into account.</li> <li><code>abbreviation</code>, <code>dst?</code>, <code>base_utc_offset</code> and <code>observed_utc_offset</code> instance methods have been added to <code>TZInfo::Timezone</code>, returning the abbreviation, whether daylight savings time is in effect and the UTC offset of the time zone at a specified time.</li> <li>A <code>TZInfo::Timestamp</code> class has been added. It can be used with <code>TZInfo::Timezone</code> in place of a <code>Time</code> or <code>DateTime</code>.</li> <li><code>local_time</code>, <code>local_datetime</code> and <code>local_timestamp</code> instance methods have been added to <code>TZInfo::Timezone</code>. These methods construct local <code>Time</code>, <code>DateTime</code> and <code>TZInfo::Timestamp</code> instances with the correct UTC offset and abbreviation for the time zone.</li> <li>Support for a (yet to be released) version 2 of tzinfo-data has been added, in addition to support for version 1. The new version will remove the (no longer needed) <code>DateTime</code> parameters from transition times, reduce memory consumption and improve the efficiency of loading timezone and country indexes.</li> <li>A <code>TZInfo::VERSION</code> constant has been added, indicating the TZInfo version number.</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md">tzinfo's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.6 - 28-Jan-2023</h2> <ul> <li>Eliminate <code>Object#untaint</code> deprecation warnings on JRuby 9.4.0.0. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/145">#145</a>.</li> </ul> <h2>Version 2.0.5 - 19-Jul-2022</h2> <ul> <li>Changed <code>DateTime</code> results to always use the proleptic Gregorian calendar. This affects <code>DateTime</code> results prior to 1582-10-15 and any arithmetic performed on the results that would produce a secondary result prior to 1582-10-15.</li> <li>Added support for eager loading all the time zone and country data by calling either <code>TZInfo::DataSource#eager_load!</code> or <code>TZInfo.eager_load!</code>. Compatible with Ruby On Rails' <code>eager_load_namespaces</code>. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/129">#129</a>.</li> <li>Ignore the SECURITY file from Arch Linux's tzdata package. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/134">#134</a>.</li> </ul> <h2>Version 2.0.4 - 16-Dec-2020</h2> <ul> <li>Fixed an incorrect <code>InvalidTimezoneIdentifier</code> exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). <a href="https://redirect.github.com/tzinfo/tzinfo/issues/123">#123</a>.</li> </ul> <h2>Version 2.0.3 - 8-Nov-2020</h2> <ul> <li>Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/120">#120</a>.</li> <li>Fixed <code>TimeWithOffset#getlocal</code> returning a <code>TimeWithOffset</code> with the <code>timezone_offset</code> still assigned when called with an offset argument on JRuby 9.3.</li> <li>Rubinius is no longer supported.</li> </ul> <h2>Version 2.0.2 - 2-Apr-2020</h2> <ul> <li>Fixed 'wrong number of arguments' errors when running on JRuby 9.0. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/114">#114</a>.</li> <li>Fixed warnings when running on Ruby 2.8. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/113">#113</a>.</li> </ul> <h2>Version 2.0.1 - 24-Dec-2019</h2> <ul> <li>Fixed "SecurityError: Insecure operation - require" exceptions when loading data with recent Ruby releases in safe mode. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/100">#100</a>.</li> <li>Fixed warnings when running on Ruby 2.7. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/109">#109</a>.</li> <li>Added a <code>TZInfo::Timezone#=~</code> method that performs a regex match on the time zone identifier. <a href="https://redirect.github.com/tzinfo/tzinfo/issues/99">#99</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tzinfo/tzinfo/commit/d5893c99bbcd842af86023f02a84fac1659b3031"><code>d5893c9</code></a> Fix formatting.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/556194260ae2addd24ba86f412078ac5c8f82c08"><code>5561942</code></a> Preparing v2.0.6.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/ec27c09fed8ac404dcdcc76f01b24f53bea5c29b"><code>ec27c09</code></a> Add v1.2.11 from the 1.2 branch.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/d77da3f846e72a617698a08a17a6b960b5c2c257"><code>d77da3f</code></a> Update copyright years.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/eac33df8c336ef5ed9263fb4a0a12086a83b5ee3"><code>eac33df</code></a> Eliminate Object#untaint deprecation warnings on JRuby 9.4.0.0.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/19f984cf0e2a39fddf9467f24fe8eca0f703c750"><code>19f984c</code></a> Add Ruby 3.2 and JRuby 9.4.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/e9fe8181494b9bb7e7be4c137a821165766d1eb1"><code>e9fe818</code></a> Update the dependency on actions/checkout.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/f76bc7fc824a831a159f080ea2fdeade47dc1e38"><code>f76bc7f</code></a> Fix include issues with tests on Ruby 3.2.</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/8a781cfd116bc781d176c1202a72f161cba9e817"><code>8a781cf</code></a> Revert "Workaround for 'Permission denied - NUL' errors with JRuby on Windows."</li> <li><a href="https://github.com/tzinfo/tzinfo/commit/d9b289e1be30d29a2cb23bbfb6f4124a2692fd6d"><code>d9b289e</code></a> Preparing v2.0.5.</li> <li>Additional commits viewable in <a href="https://github.com/tzinfo/tzinfo/compare/v1.2.10...v2.0.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tzinfo&package-manager=bundler&previous-version=1.2.10&new-version=2.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information