From 2cd556afa6bd59f6c0baa2785c87fc543c8f4664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:09:47 +0000 Subject: [PATCH] Bump prism from 0.30.0 to 1.0.0 Bumps [prism](https://github.com/ruby/prism) from 0.30.0 to 1.0.0. - [Release notes](https://github.com/ruby/prism/releases) - [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruby/prism/compare/v0.30.0...v1.0.0) --- updated-dependencies: - dependency-name: prism dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6041c83..e2f2a9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM parser (3.3.4.2) ast (~> 2.4.1) racc - prism (0.30.0) + prism (1.0.0) racc (1.8.1) rainbow (3.1.1) rake (13.2.1)