From 825dbfbe0f3416502df9aae9652821e2563f3100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:51:08 +0000 Subject: [PATCH] Bump racc from 1.8.0 to 1.8.1 in /.overcommit Bumps [racc](https://github.com/ruby/racc) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/ruby/racc/releases) - [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog) - [Commits](https://github.com/ruby/racc/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: racc dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .overcommit/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.overcommit/Gemfile.lock b/.overcommit/Gemfile.lock index a149c77..8d62a3d 100644 --- a/.overcommit/Gemfile.lock +++ b/.overcommit/Gemfile.lock @@ -24,7 +24,7 @@ GEM parser (3.3.4.0) ast (~> 2.4.1) racc - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) regexp_parser (2.9.2) rexml (3.3.3)