From f44e7df507ddf8fe8bf6482534dc60ea7cc0e386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:44:08 +0000 Subject: [PATCH] Bump friendly_id from 5.5.0 to 5.5.1 Bumps [friendly_id](https://github.com/norman/friendly_id) from 5.5.0 to 5.5.1. - [Changelog](https://github.com/norman/friendly_id/blob/master/Changelog.md) - [Commits](https://github.com/norman/friendly_id/commits) --- updated-dependencies: - dependency-name: friendly_id dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5561eb05..ad13244e 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'redis', '~> 5.0' gem 'bcrypt', '~> 3.1.7' gem 'faker' -gem 'friendly_id', '~> 5.5.0' +gem 'friendly_id', '~> 5.5.1' gem 'puppet' gem 'puppetdb-ruby', require: 'puppetdb' gem 'hiera-eyaml' diff --git a/Gemfile.lock b/Gemfile.lock index 893d7a78..ddf6612c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM async (>= 1.25) autoprefixer-rails (10.4.15.0) execjs (~> 2) - base64 (0.1.1) + base64 (0.2.0) bcrypt (3.1.19) bigdecimal (3.1.4) bindex (0.8.1) @@ -140,7 +140,7 @@ GEM deep_merge (1.2.2) diffy (3.4.2) docile (1.4.0) - drb (2.1.1) + drb (2.2.0) ruby2_keywords erubi (1.12.0) execjs (2.9.1) @@ -167,7 +167,7 @@ GEM ffi (1.16.3) fiber-annotation (0.2.0) fiber-local (1.0.0) - friendly_id (5.5.0) + friendly_id (5.5.1) activerecord (>= 4.0.0) git (1.18.0) addressable (~> 2.8) @@ -239,7 +239,7 @@ GEM minitest (5.20.0) multi_json (1.15.0) multi_xml (0.6.0) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.3) date net-protocol @@ -445,7 +445,7 @@ GEM stringio (3.0.8) thor (1.3.0) tilt (2.3.0) - timeout (0.4.0) + timeout (0.4.1) timers (4.3.5) traces (0.11.1) turbo-rails (1.5.0) @@ -488,7 +488,7 @@ DEPENDENCIES factory_bot_rails faker faraday-retry - friendly_id (~> 5.5.0) + friendly_id (~> 5.5.1) git gitable github_changelog_generator (>= 1.16.1)