From aa23292cb2e795b1251bc8715a14da924d0cb472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:07:13 +0000 Subject: [PATCH] Bump prism from 0.22.0 to 0.24.0 Bumps [prism](https://github.com/ruby/prism) from 0.22.0 to 0.24.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.22.0...v0.24.0) --- updated-dependencies: - dependency-name: prism dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4b99ceee..ce7bf3d9 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "httparty", "~> 0.21.0" gem "view_component", "~> 3.11" # Interact with the Ruby syntax tree -gem "prism", "~> 0.22" +gem "prism", "~> 0.24" # A pure Ruby code highlighter that is compatible with Pygments gem "rouge", "~> 4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 3fd52314..15ece894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.5) - prism (0.22.0) + prism (0.24.0) psych (5.1.2) stringio public_suffix (5.0.3) @@ -336,7 +336,7 @@ DEPENDENCIES jsbundling-rails meta-tags pg (~> 1.5) - prism (~> 0.22) + prism (~> 0.24) puma (~> 6.4) rails (~> 7.1.3) rails-html-sanitizer (~> 1.6)