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)