Skip to content

Commit c241e72

Browse files
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 &quot;slim&quot; 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 &quot;SecurityError: Insecure operation - require&quot; 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 &quot;slim&quot; 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 &quot;SecurityError: Insecure operation - require&quot; 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 &quot;Workaround for 'Permission denied - NUL' errors with JRuby on Windows.&quot;</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] <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

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2727
# and associated library.
2828
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
29-
gem "tzinfo", "~> 1.2"
29+
gem "tzinfo", "~> 2.0"
3030
gem "tzinfo-data"
3131
end
3232

docs/Gemfile.lock

Lines changed: 101 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
4+
activesupport (7.1.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
1014
addressable (2.8.0)
1115
public_suffix (>= 2.0.2, < 5.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.5)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
1521
coffee-script-source (1.11.1)
1622
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
23+
commonmarker (0.23.10)
1924
concurrent-ruby (1.2.2)
25+
connection_pool (2.4.1)
2026
dnsruby (1.61.4)
2127
simpleidn (~> 0.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2230
em-websocket (0.5.1)
2331
eventmachine (>= 0.12.9)
2432
http_parser.rb (~> 0.6.0)
@@ -31,16 +39,17 @@ GEM
3139
ffi (1.13.1)
3240
forwardable-extended (2.6.0)
3341
gemoji (3.0.1)
34-
github-pages (217)
35-
github-pages-health-check (= 1.17.2)
36-
jekyll (= 3.9.0)
42+
github-pages (228)
43+
github-pages-health-check (= 1.17.9)
44+
jekyll (= 3.9.3)
3745
jekyll-avatar (= 0.7.0)
3846
jekyll-coffeescript (= 1.1.1)
39-
jekyll-commonmark-ghpages (= 0.1.6)
47+
jekyll-commonmark-ghpages (= 0.4.0)
4048
jekyll-default-layout (= 0.1.4)
4149
jekyll-feed (= 0.15.1)
4250
jekyll-gist (= 1.5.0)
4351
jekyll-github-metadata (= 2.13.0)
52+
jekyll-include-cache (= 0.2.1)
4453
jekyll-mentions (= 1.6.0)
4554
jekyll-optional-front-matter (= 0.3.2)
4655
jekyll-paginate (= 1.1.0)
@@ -49,35 +58,49 @@ GEM
4958
jekyll-relative-links (= 0.6.1)
5059
jekyll-remote-theme (= 0.4.3)
5160
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.7.1)
61+
jekyll-seo-tag (= 2.8.0)
5362
jekyll-sitemap (= 1.4.0)
63+
jekyll-swiss (= 1.0.0)
64+
jekyll-theme-architect (= 0.2.0)
65+
jekyll-theme-cayman (= 0.2.0)
66+
jekyll-theme-dinky (= 0.2.0)
67+
jekyll-theme-hacker (= 0.2.0)
68+
jekyll-theme-leap-day (= 0.2.0)
69+
jekyll-theme-merlot (= 0.2.0)
70+
jekyll-theme-midnight (= 0.2.0)
71+
jekyll-theme-minimal (= 0.2.0)
72+
jekyll-theme-modernist (= 0.2.0)
73+
jekyll-theme-primer (= 0.6.0)
74+
jekyll-theme-slate (= 0.2.0)
75+
jekyll-theme-tactile (= 0.2.0)
76+
jekyll-theme-time-machine (= 0.2.0)
5477
jekyll-titles-from-headings (= 0.5.3)
5578
jemoji (= 0.12.0)
56-
kramdown (= 2.3.1)
79+
kramdown (= 2.3.2)
5780
kramdown-parser-gfm (= 1.1.0)
58-
liquid (= 4.0.3)
81+
liquid (= 4.0.4)
5982
mercenary (~> 0.3)
6083
minima (= 2.5.1)
61-
nokogiri (>= 1.10.4, < 2.0)
84+
nokogiri (>= 1.13.6, < 2.0)
6285
rouge (= 3.26.0)
6386
terminal-table (~> 1.4)
64-
github-pages-health-check (1.17.2)
87+
github-pages-health-check (1.17.9)
6588
addressable (~> 2.3)
6689
dnsruby (~> 1.60)
6790
octokit (~> 4.0)
68-
public_suffix (>= 2.0.2, < 5.0)
91+
public_suffix (>= 3.0, < 5.0)
6992
typhoeus (~> 1.3)
7093
html-pipeline (2.14.3)
7194
activesupport (>= 2)
7295
nokogiri (>= 1.4)
7396
http_parser.rb (0.6.0)
74-
i18n (0.9.5)
97+
i18n (1.14.1)
7598
concurrent-ruby (~> 1.0)
76-
jekyll (3.9.0)
99+
jekyll (3.9.3)
77100
addressable (~> 2.4)
78101
colorator (~> 1.0)
79102
em-websocket (~> 0.5)
80-
i18n (~> 0.7)
103+
i18n (>= 0.7, < 2)
81104
jekyll-sass-converter (~> 1.0)
82105
jekyll-watch (~> 2.0)
83106
kramdown (>= 1.17, < 3)
@@ -91,13 +114,13 @@ GEM
91114
jekyll-coffeescript (1.1.1)
92115
coffee-script (~> 2.2)
93116
coffee-script-source (~> 1.11.1)
94-
jekyll-commonmark (1.3.1)
95-
commonmarker (~> 0.14)
96-
jekyll (>= 3.7, < 5.0)
97-
jekyll-commonmark-ghpages (0.1.6)
98-
commonmarker (~> 0.17.6)
99-
jekyll-commonmark (~> 1.2)
100-
rouge (>= 2.0, < 4.0)
117+
jekyll-commonmark (1.4.0)
118+
commonmarker (~> 0.22)
119+
jekyll-commonmark-ghpages (0.4.0)
120+
commonmarker (~> 0.23.7)
121+
jekyll (~> 3.9.0)
122+
jekyll-commonmark (~> 1.4.0)
123+
rouge (>= 2.0, < 5.0)
101124
jekyll-default-layout (0.1.4)
102125
jekyll (~> 3.0)
103126
jekyll-feed (0.15.1)
@@ -107,6 +130,8 @@ GEM
107130
jekyll-github-metadata (2.13.0)
108131
jekyll (>= 3.4, < 5.0)
109132
octokit (~> 4.0, != 4.4.0)
133+
jekyll-include-cache (0.2.1)
134+
jekyll (>= 3.7, < 5.0)
110135
jekyll-mentions (1.6.0)
111136
html-pipeline (~> 2.3)
112137
jekyll (>= 3.7, < 5.0)
@@ -126,10 +151,51 @@ GEM
126151
rubyzip (>= 1.3.0, < 3.0)
127152
jekyll-sass-converter (1.5.2)
128153
sass (~> 3.4)
129-
jekyll-seo-tag (2.7.1)
154+
jekyll-seo-tag (2.8.0)
130155
jekyll (>= 3.8, < 5.0)
131156
jekyll-sitemap (1.4.0)
132157
jekyll (>= 3.7, < 5.0)
158+
jekyll-swiss (1.0.0)
159+
jekyll-theme-architect (0.2.0)
160+
jekyll (> 3.5, < 5.0)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-cayman (0.2.0)
163+
jekyll (> 3.5, < 5.0)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-dinky (0.2.0)
166+
jekyll (> 3.5, < 5.0)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-hacker (0.2.0)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-leap-day (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-merlot (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-midnight (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-minimal (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-modernist (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-primer (0.6.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-github-metadata (~> 2.9)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-slate (0.2.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-tactile (0.2.0)
194+
jekyll (> 3.5, < 5.0)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-time-machine (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
133199
jekyll-titles-from-headings (0.5.3)
134200
jekyll (>= 3.3, < 5.0)
135201
jekyll-watch (2.2.1)
@@ -138,11 +204,11 @@ GEM
138204
gemoji (~> 3.0)
139205
html-pipeline (~> 2.2)
140206
jekyll (>= 3.0, < 5.0)
141-
kramdown (2.3.1)
207+
kramdown (2.3.2)
142208
rexml
143209
kramdown-parser-gfm (1.1.0)
144210
kramdown (~> 2.0)
145-
liquid (4.0.3)
211+
liquid (4.0.4)
146212
listen (3.7.1)
147213
rb-fsevent (~> 0.10, >= 0.10.3)
148214
rb-inotify (~> 0.9, >= 0.9.10)
@@ -154,6 +220,7 @@ GEM
154220
jekyll-seo-tag (~> 2.1)
155221
minitest (5.20.0)
156222
multipart-post (2.1.1)
223+
mutex_m (0.2.0)
157224
nokogiri (1.16.0)
158225
mini_portile2 (~> 2.8.2)
159226
racc (~> 1.4)
@@ -169,8 +236,7 @@ GEM
169236
ffi (~> 1.0)
170237
rexml (3.2.5)
171238
rouge (3.26.0)
172-
ruby-enum (0.8.0)
173-
i18n
239+
ruby2_keywords (0.0.5)
174240
rubyzip (2.3.0)
175241
safe_yaml (1.0.5)
176242
sass (3.7.4)
@@ -185,19 +251,17 @@ GEM
185251
unf (~> 0.1.4)
186252
terminal-table (1.8.0)
187253
unicode-display_width (~> 1.1, >= 1.1.1)
188-
thread_safe (0.3.6)
189254
typhoeus (1.4.0)
190255
ethon (>= 0.9.0)
191-
tzinfo (1.2.10)
192-
thread_safe (~> 0.1)
256+
tzinfo (2.0.6)
257+
concurrent-ruby (~> 1.0)
193258
tzinfo-data (1.2022.7)
194259
tzinfo (>= 1.0.0)
195260
unf (0.1.4)
196261
unf_ext
197262
unf_ext (0.0.7.7)
198263
unicode-display_width (1.7.0)
199264
wdm (0.1.1)
200-
zeitwerk (2.6.12)
201265

202266
PLATFORMS
203267
ruby
@@ -208,7 +272,7 @@ DEPENDENCIES
208272
jemoji
209273
kramdown (>= 2.3.1)
210274
minima (~> 2.0)
211-
tzinfo (~> 1.2)
275+
tzinfo (~> 2.0)
212276
tzinfo-data
213277
wdm (~> 0.1.0)
214278

0 commit comments

Comments
 (0)