From 7d6e68be5fedfc4578ef48f9041cbda69acac020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 02:10:16 +0000 Subject: [PATCH] Bump prism from 0.22.0 to 1.5.2 Bumps [prism](https://github.com/ruby/prism) from 0.22.0 to 1.5.2. - [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.22.0...v1.5.2) --- updated-dependencies: - dependency-name: prism dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0c942d3..1b2ae20 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "httparty", "~> 0.22.0" gem "view_component", "~> 3.21" # Interact with the Ruby syntax tree -gem "prism", "~> 0.22" +gem "prism", "~> 1.5" # A pure Ruby code highlighter that is compatible with Pygments gem "rouge", "~> 4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 9119e2f..ba1e540 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,7 +201,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (0.22.0) + prism (1.5.2) psych (5.2.3) date stringio @@ -349,7 +349,7 @@ DEPENDENCIES jsbundling-rails meta-tags pg (~> 1.5) - prism (~> 0.22) + prism (~> 1.5) puma (~> 6.4) rails (~> 7.1.3) rails-html-sanitizer (~> 1.6)