Skip to content

Commit f34b5a1

Browse files
build(deps): bump friendly_id from 5.5.1 to 5.6.0
Bumps [friendly_id](https://github.com/norman/friendly_id) from 5.5.1 to 5.6.0. - [Changelog](https://github.com/norman/friendly_id/blob/master/Changelog.md) - [Commits](norman/friendly_id@5.5.1...v5.6.0) --- updated-dependencies: - dependency-name: friendly_id dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2645f39 commit f34b5a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem "filterrific" # Filtering and sorting of models
2222
gem "flipper" # Feature flag management
2323
gem "flipper-active_record" # Active Record adapter for Flipper
2424
gem "flipper-ui" # Web UI for managing feature flags
25-
gem "friendly_id", "~> 5.5.1" # Allows us to use a slug instead of CASA case IDs in their URLs
25+
gem "friendly_id", "~> 5.6.0" # Allows us to use a slug instead of CASA case IDs in their URLs
2626
gem "groupdate" # Group data by time periods
2727
gem "httparty" # HTTP network requests
2828
gem "image_processing", "~> 1.14" # Image processing helpers

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ GEM
255255
rack-protection (>= 1.5.3, < 5.0.0)
256256
rack-session (>= 1.0.2, < 3.0.0)
257257
sanitize (< 8)
258-
friendly_id (5.5.1)
258+
friendly_id (5.6.0)
259259
activerecord (>= 4.0.0)
260260
globalid (1.3.0)
261261
activesupport (>= 6.1)
@@ -736,7 +736,7 @@ DEPENDENCIES
736736
flipper
737737
flipper-active_record
738738
flipper-ui
739-
friendly_id (~> 5.5.1)
739+
friendly_id (~> 5.6.0)
740740
groupdate
741741
httparty
742742
image_processing (~> 1.14)

0 commit comments

Comments
 (0)