Skip to content

Commit

Permalink
Bump tzinfo from 1.2.10 to 2.0.6 in /docs (#264)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent be6ba62 commit c241e72
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
gem "tzinfo", "~> 2.0"
gem "tzinfo-data"
end

Expand Down
138 changes: 101 additions & 37 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.6.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
base64 (0.2.0)
bigdecimal (3.1.5)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
dnsruby (1.61.4)
simpleidn (~> 0.1)
drb (2.2.0)
ruby2_keywords
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand All @@ -31,16 +39,17 @@ GEM
ffi (1.13.1)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (217)
github-pages-health-check (= 1.17.2)
jekyll (= 3.9.0)
github-pages (228)
github-pages-health-check (= 1.17.9)
jekyll (= 3.9.3)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.6)
jekyll-commonmark-ghpages (= 0.4.0)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.15.1)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0)
jekyll-include-cache (= 0.2.1)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2)
jekyll-paginate (= 1.1.0)
Expand All @@ -49,35 +58,49 @@ GEM
jekyll-relative-links (= 0.6.1)
jekyll-remote-theme (= 0.4.3)
jekyll-sass-converter (= 1.5.2)
jekyll-seo-tag (= 2.7.1)
jekyll-seo-tag (= 2.8.0)
jekyll-sitemap (= 1.4.0)
jekyll-swiss (= 1.0.0)
jekyll-theme-architect (= 0.2.0)
jekyll-theme-cayman (= 0.2.0)
jekyll-theme-dinky (= 0.2.0)
jekyll-theme-hacker (= 0.2.0)
jekyll-theme-leap-day (= 0.2.0)
jekyll-theme-merlot (= 0.2.0)
jekyll-theme-midnight (= 0.2.0)
jekyll-theme-minimal (= 0.2.0)
jekyll-theme-modernist (= 0.2.0)
jekyll-theme-primer (= 0.6.0)
jekyll-theme-slate (= 0.2.0)
jekyll-theme-tactile (= 0.2.0)
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.1)
kramdown (= 2.3.2)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
liquid (= 4.0.4)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.10.4, < 2.0)
nokogiri (>= 1.13.6, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
github-pages-health-check (1.17.2)
github-pages-health-check (1.17.9)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (>= 2.0.2, < 5.0)
public_suffix (>= 3.0, < 5.0)
typhoeus (~> 1.3)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
jekyll (3.9.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand All @@ -91,13 +114,13 @@ GEM
jekyll-coffeescript (1.1.1)
coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1)
jekyll-commonmark (1.3.1)
commonmarker (~> 0.14)
jekyll (>= 3.7, < 5.0)
jekyll-commonmark-ghpages (0.1.6)
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1.2)
rouge (>= 2.0, < 4.0)
jekyll-commonmark (1.4.0)
commonmarker (~> 0.22)
jekyll-commonmark-ghpages (0.4.0)
commonmarker (~> 0.23.7)
jekyll (~> 3.9.0)
jekyll-commonmark (~> 1.4.0)
rouge (>= 2.0, < 5.0)
jekyll-default-layout (0.1.4)
jekyll (~> 3.0)
jekyll-feed (0.15.1)
Expand All @@ -107,6 +130,8 @@ GEM
jekyll-github-metadata (2.13.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
Expand All @@ -126,10 +151,51 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-swiss (1.0.0)
jekyll-theme-architect (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-cayman (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-dinky (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-hacker (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-leap-day (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-merlot (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-midnight (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-minimal (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-modernist (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-primer (0.6.0)
jekyll (> 3.5, < 5.0)
jekyll-github-metadata (~> 2.9)
jekyll-seo-tag (~> 2.0)
jekyll-theme-slate (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-tactile (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-theme-time-machine (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
Expand All @@ -138,11 +204,11 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid (4.0.4)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -154,6 +220,7 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
multipart-post (2.1.1)
mutex_m (0.2.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -169,8 +236,7 @@ GEM
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby-enum (0.8.0)
i18n
ruby2_keywords (0.0.5)
rubyzip (2.3.0)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -185,19 +251,17 @@ GEM
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
wdm (0.1.1)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -208,7 +272,7 @@ DEPENDENCIES
jemoji
kramdown (>= 2.3.1)
minima (~> 2.0)
tzinfo (~> 1.2)
tzinfo (~> 2.0)
tzinfo-data
wdm (~> 0.1.0)

Expand Down

0 comments on commit c241e72

Please sign in to comment.