From 447bd69ac3743fa051973ce80859d46c7096ffb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:03:03 +0000 Subject: [PATCH] chore(deps): update dependency jazzy to v0.15.1 (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jazzy](https://togithub.com/realm/jazzy) | `"0.15.0"` -> `"0.15.1"` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/jazzy/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/jazzy/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/jazzy/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/jazzy/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
realm/jazzy (jazzy) ### [`v0.15.1`](https://togithub.com/realm/jazzy/blob/HEAD/CHANGELOG.md#0151) [Compare Source](https://togithub.com/realm/jazzy/compare/v0.15.0...v0.15.1) ##### Breaking - None. ##### Enhancements - None. ##### Bug Fixes - Restore compatibility with Ruby 2.6\ [John Fairhurst](https://togithub.com/johnfairh) [#​1388](https://togithub.com/realm/jazzy/issues/1388)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kula-app/Postie). --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 1475ef7..d2c6860 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "jazzy", "0.15.0" +gem "jazzy", "0.15.1" diff --git a/Gemfile.lock b/Gemfile.lock index ddcf194..b88a842 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM base64 nkf rexml - activesupport (7.1.3.2) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -22,7 +22,7 @@ GEM json (>= 1.5.1) atomos (0.1.3) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) claide (1.1.0) cocoapods (1.13.0) addressable (~> 2.8) @@ -73,21 +73,21 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) - jazzy (0.15.0) + jazzy (0.15.1) cocoapods (~> 1.5) mustache (~> 1.1) open4 (~> 1.3) redcarpet (~> 3.4) - rexml (~> 3.2) + rexml (>= 3.2.7, < 4.0) rouge (>= 2.0.6, < 5.0) sassc (~> 2.1) sqlite3 (~> 1.3) xcinvoke (~> 0.3.0) json (2.7.2) liferaft (0.0.6) - mini_portile2 (2.8.6) + mini_portile2 (2.8.7) minitest (5.22.3) molinillo (0.8.0) mustache (1.1.1) @@ -99,13 +99,15 @@ GEM open4 (1.3.4) public_suffix (4.0.7) redcarpet (3.6.0) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (3.30.0) ruby-macho (2.5.1) sassc (2.4.0) ffi (~> 1.9) sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) + strscan (3.1.0) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) @@ -124,7 +126,7 @@ PLATFORMS ruby DEPENDENCIES - jazzy (= 0.15.0) + jazzy (= 0.15.1) BUNDLED WITH 2.1.4