From 14c26221dde16ff2a4f3aec7c072a9bf54552b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:02:13 +0000 Subject: [PATCH] Update dependency yard to v0.9.37 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d77efb9..f2e1da4 100644 --- a/Gemfile +++ b/Gemfile @@ -34,4 +34,4 @@ gem 'rubocop-rspec', '3.0.4', require: false gem 'simplecov', '0.22.0', require: false gem 'simplecov-cobertura', '2.1.0', require: false gem 'webmock', '3.23.1', require: false -gem 'yard', '0.9.36', require: false +gem 'yard', '0.9.37', require: false diff --git a/Gemfile.lock b/Gemfile.lock index f02abb5..b856b6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) webrick (1.8.1) yaml (0.3.0) - yard (0.9.36) + yard (0.9.37) zeitwerk (2.6.18) PLATFORMS @@ -302,7 +302,7 @@ DEPENDENCIES simplecov (= 0.22.0) simplecov-cobertura (= 2.1.0) webmock (= 3.23.1) - yard (= 0.9.36) + yard (= 0.9.37) BUNDLED WITH 2.4.22