From 140b75572e7ece9c390e27950acfab69196c0f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:30:52 +0000 Subject: [PATCH] chore(deps): bump psych from 5.2.0 to 5.2.1 (#105) Bumps [psych](https://github.com/ruby/psych) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: psych dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7ed3639..50b1a5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + date (3.4.1) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) @@ -23,7 +24,8 @@ GEM ast (~> 2.4.1) racc prettier_print (1.2.1) - psych (5.2.0) + psych (5.2.1) + date stringio racc (1.8.1) rainbow (3.1.1)