From 836bc5e8a703c19156c7ade8bb4cc14a0be52783 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Wed, 6 Dec 2023 11:21:40 +0100 Subject: [PATCH] chore(deps): pinned Gem jazzy to v0.14.4 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b48827b..b8054c7 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" \ No newline at end of file +gem "jazzy", "0.14.4" diff --git a/Gemfile.lock b/Gemfile.lock index 82470b2..2e46bcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ PLATFORMS ruby DEPENDENCIES - jazzy + jazzy (= 0.14.4) BUNDLED WITH 2.1.4