Commit c241e72
authored
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 />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent be6ba62 commit c241e72
2 files changed
Lines changed: 102 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
17 | | - | |
18 | | - | |
| 23 | + | |
19 | 24 | | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | | - | |
| 61 | + | |
53 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
54 | 77 | | |
55 | 78 | | |
56 | | - | |
| 79 | + | |
57 | 80 | | |
58 | | - | |
| 81 | + | |
59 | 82 | | |
60 | 83 | | |
61 | | - | |
| 84 | + | |
62 | 85 | | |
63 | 86 | | |
64 | | - | |
| 87 | + | |
65 | 88 | | |
66 | 89 | | |
67 | 90 | | |
68 | | - | |
| 91 | + | |
69 | 92 | | |
70 | 93 | | |
71 | 94 | | |
72 | 95 | | |
73 | 96 | | |
74 | | - | |
| 97 | + | |
75 | 98 | | |
76 | | - | |
| 99 | + | |
77 | 100 | | |
78 | 101 | | |
79 | 102 | | |
80 | | - | |
| 103 | + | |
81 | 104 | | |
82 | 105 | | |
83 | 106 | | |
| |||
91 | 114 | | |
92 | 115 | | |
93 | 116 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
101 | 124 | | |
102 | 125 | | |
103 | 126 | | |
| |||
107 | 130 | | |
108 | 131 | | |
109 | 132 | | |
| 133 | + | |
| 134 | + | |
110 | 135 | | |
111 | 136 | | |
112 | 137 | | |
| |||
126 | 151 | | |
127 | 152 | | |
128 | 153 | | |
129 | | - | |
| 154 | + | |
130 | 155 | | |
131 | 156 | | |
132 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
133 | 199 | | |
134 | 200 | | |
135 | 201 | | |
| |||
138 | 204 | | |
139 | 205 | | |
140 | 206 | | |
141 | | - | |
| 207 | + | |
142 | 208 | | |
143 | 209 | | |
144 | 210 | | |
145 | | - | |
| 211 | + | |
146 | 212 | | |
147 | 213 | | |
148 | 214 | | |
| |||
154 | 220 | | |
155 | 221 | | |
156 | 222 | | |
| 223 | + | |
157 | 224 | | |
158 | 225 | | |
159 | 226 | | |
| |||
169 | 236 | | |
170 | 237 | | |
171 | 238 | | |
172 | | - | |
173 | | - | |
| 239 | + | |
174 | 240 | | |
175 | 241 | | |
176 | 242 | | |
| |||
185 | 251 | | |
186 | 252 | | |
187 | 253 | | |
188 | | - | |
189 | 254 | | |
190 | 255 | | |
191 | | - | |
192 | | - | |
| 256 | + | |
| 257 | + | |
193 | 258 | | |
194 | 259 | | |
195 | 260 | | |
196 | 261 | | |
197 | 262 | | |
198 | 263 | | |
199 | 264 | | |
200 | | - | |
201 | 265 | | |
202 | 266 | | |
203 | 267 | | |
| |||
208 | 272 | | |
209 | 273 | | |
210 | 274 | | |
211 | | - | |
| 275 | + | |
212 | 276 | | |
213 | 277 | | |
214 | 278 | | |
| |||
0 commit comments