Skip to content

Commit

Permalink
Bump jemoji from 0.12.0 to 0.13.0 in /docs (#1005)
Browse files Browse the repository at this point in the history
Bumps [jemoji](https://github.com/jekyll/jemoji) from 0.12.0 to 0.13.0.

# Changelog

Sourced from [jemoji's changelog](https://github.com/jekyll/jemoji/blob/master/History.markdown).

> ## v0.13.0 / 2022-11-19
> --------------------
> 
> ### Development Fixes
> 
> *   Add Actions CI workflow ([#127](https://github-redirect.dependabot.com/jekyll/jemoji/issues/127))
> *   Add release workflow ([#128](https://github-redirect.dependabot.com/jekyll/jemoji/issues/128))
> *   Create dependabot config for rubygems upgrades ([#126](https://github-redirect.dependabot.com/jekyll/jemoji/issues/126))
> *   Add github-actions to dependabot ([#132](https://github-redirect.dependabot.com/jekyll/jemoji/issues/132))
> *   Bump actions/checkout from 2 to 3 ([#133](https://github-redirect.dependabot.com/jekyll/jemoji/issues/133))
> *   Upgrade Rubocop target version to 2.7 ([#134](https://github-redirect.dependabot.com/jekyll/jemoji/issues/134))
> *   Update rake requirement from ~> 12.0 to ~> 13.0 ([#130](https://github-redirect.dependabot.com/jekyll/jemoji/issues/130))
> 
> ### Minor Enhancements
> 
> *   Update gemoji requirement from ~> 3.0 to >= 3, < 5 & test with both major versions ([#131](https://github-redirect.dependabot.com/jekyll/jemoji/issues/131))

# Commits

*   [`1443020`](jekyll/jemoji@1443020) Merge pull request [#135](https://github-redirect.dependabot.com/jekyll/jemoji/issues/135) from jekyll/release-1-0-0
*   [`6934e3d`](jekyll/jemoji@6934e3d) Release jemoji v0.13.0
*   [`d766153`](jekyll/jemoji@d766153) Update history to reflect merge of [#131](https://github-redirect.dependabot.com/jekyll/jemoji/issues/131) \[ci skip\]
*   [`b251fd9`](jekyll/jemoji@b251fd9) Update gemoji requirement from ~> 3.0 to >= 3, < 5 & test with both major ver...
*   [`663823a`](jekyll/jemoji@663823a) Update history to reflect merge of [#130](https://github-redirect.dependabot.com/jekyll/jemoji/issues/130) \[ci skip\]
*   [`88f650c`](jekyll/jemoji@88f650c) Update rake requirement from ~> 12.0 to ~> 13.0 ([#130](https://github-redirect.dependabot.com/jekyll/jemoji/issues/130))
*   [`d69cb8c`](jekyll/jemoji@d69cb8c) Update history to reflect merge of [#134](https://github-redirect.dependabot.com/jekyll/jemoji/issues/134) \[ci skip\]
*   [`e0e5701`](jekyll/jemoji@e0e5701) Upgrade Rubocop target version to 2.7 ([#134](https://github-redirect.dependabot.com/jekyll/jemoji/issues/134))
*   [`e01a128`](jekyll/jemoji@e01a128) Update history to reflect merge of [#133](https://github-redirect.dependabot.com/jekyll/jemoji/issues/133) \[ci skip\]
*   [`064f142`](jekyll/jemoji@064f142) Bump actions/checkout from 2 to 3 ([#133](https://github-redirect.dependabot.com/jekyll/jemoji/issues/133))
*   Additional commits viewable in [compare view](jekyll/jemoji@v0.12.0...v0.13.0)
  • Loading branch information
hankem authored Nov 25, 2022
2 parents b6866b4 + 550aeb4 commit 417cbf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3.1)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -33,8 +33,8 @@ GEM
faraday-patron (1.0.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.14.2)
gemoji (4.0.0)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -67,8 +67,8 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
gemoji (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
Expand All @@ -81,7 +81,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
minitest (5.16.2)
minitest (5.16.3)
multipart-post (2.1.1)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
Expand Down

0 comments on commit 417cbf5

Please sign in to comment.