From 1941393807af11cd426aa4bcb793c9db678733a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:16:12 +0000 Subject: [PATCH] Bump yard from 0.9.35 to 0.9.36 in /app Bumps [yard](https://github.com/lsegal/yard) from 0.9.35 to 0.9.36. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.35...v0.9.36) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/Gemfile | 2 +- app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 454cd88..40dc2c7 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' gem 'bundler', '~> 2.5', '>= 2.5.6' gem 'puma', '~> 6.4', '>= 6.4.2' gem 'sinatra', '~> 4.0' -gem 'yard', '~> 0.9.35' +gem 'yard', '~> 0.9.36' gem 'rackup', '~> 2.1' diff --git a/app/Gemfile.lock b/app/Gemfile.lock index c85f2c4..2fd2d1a 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -25,7 +25,7 @@ GEM tilt (~> 2.0) tilt (2.3.0) webrick (1.8.1) - yard (0.9.35) + yard (0.9.36) PLATFORMS ruby @@ -36,7 +36,7 @@ DEPENDENCIES puma (~> 6.4, >= 6.4.2) rackup (~> 2.1) sinatra (~> 4.0) - yard (~> 0.9.35) + yard (~> 0.9.36) BUNDLED WITH 2.5.6