From 80f5ae86d76fbbd25c7325b0fe3d8c845c3d3ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:11:42 +0000 Subject: [PATCH] Bump prism from 1.4.0 to 1.6.0 Bumps [prism](https://github.com/ruby/prism) from 1.4.0 to 1.6.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/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: prism dependency-version: 1.6.0 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 c24dca1..918abea 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem "kamal" # Quick and easy admin interface gem "madmin", "~> 2.0" -gem "prism", "~> 1.4" +gem "prism", "~> 1.6" # Tailwind CSS for styling gem "tailwindcss-rails" diff --git a/Gemfile.lock b/Gemfile.lock index dbc7486..bf7cf59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.6.0) propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -391,7 +391,7 @@ DEPENDENCIES mqtt mysql2 (~> 0.5) pg (~> 1.5) - prism (~> 1.4) + prism (~> 1.6) propshaft puma (>= 5.0) rails (~> 8.0.0)