From 8737fd18227cb0f6957e40ad53f3e6ca14b5b966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:27:05 +0000 Subject: [PATCH] Bump prism from 0.22.0 to 0.26.0 Bumps [prism](https://github.com/ruby/prism) from 0.22.0 to 0.26.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.26.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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4b99ceee..adc9ad29 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.26" # A pure Ruby code highlighter that is compatible with Pygments gem "rouge", "~> 4.2" diff --git a/Gemfile.lock b/Gemfile.lock index 1cb14539..56a4c333 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,6 @@ GEM actionpack (>= 6.0.0, < 7.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) minitest (5.22.2) msgpack (1.7.2) multi_xml (0.6.0) @@ -191,7 +190,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.5) - prism (0.22.0) + prism (0.26.0) psych (5.1.2) stringio public_suffix (5.0.3) @@ -279,8 +278,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.4) - mini_portile2 (~> 2.8.0) + sqlite3 (1.6.4-arm64-darwin) + sqlite3 (1.6.4-x86_64-darwin) + sqlite3 (1.6.4-x86_64-linux) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -336,7 +336,7 @@ DEPENDENCIES jsbundling-rails meta-tags pg (~> 1.5) - prism (~> 0.22) + prism (~> 0.26) puma (~> 6.4) rails (~> 7.1.3) rails-html-sanitizer (~> 1.6)