From c6edc723869760ba02c8a75a2f90ffd5dba83a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:53:16 +0000 Subject: [PATCH] build(deps): bump friendly_id from 5.6.0 to 5.7.0 Bumps [friendly_id](https://github.com/norman/friendly_id) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/norman/friendly_id/releases) - [Changelog](https://github.com/norman/friendly_id/blob/master/Changelog.md) - [Commits](https://github.com/norman/friendly_id/compare/v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: friendly_id dependency-version: 5.7.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 8cef6a7763..cc82885392 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "filterrific" # Filtering and sorting of models gem "flipper" # Feature flag management gem "flipper-active_record" # Active Record adapter for Flipper gem "flipper-ui" # Web UI for managing feature flags -gem "friendly_id", "~> 5.6.0" # Allows us to use a slug instead of CASA case IDs in their URLs +gem "friendly_id", "~> 5.7.0" # Allows us to use a slug instead of CASA case IDs in their URLs gem "groupdate" # Group data by time periods gem "httparty" # HTTP network requests gem "image_processing", "~> 1.14" # Image processing helpers diff --git a/Gemfile.lock b/Gemfile.lock index 401c299d19..19d2b097b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM rack-protection (>= 1.5.3, < 5.0.0) rack-session (>= 1.0.2, < 3.0.0) sanitize (< 8) - friendly_id (5.6.0) + friendly_id (5.7.0) activerecord (>= 4.0.0) globalid (1.3.0) activesupport (>= 6.1) @@ -733,7 +733,7 @@ DEPENDENCIES flipper flipper-active_record flipper-ui - friendly_id (~> 5.6.0) + friendly_id (~> 5.7.0) groupdate httparty image_processing (~> 1.14)