From 34837e9802b39595bd37cc9822fe50205e54cb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:17:40 +0000 Subject: [PATCH] chore(deps): 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 82ed76908..415458a0a 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'simple_form', '~> 5.3' # Model ## 生成友好 id -gem 'friendly_id', '~> 5.5.0' +gem 'friendly_id', '~> 5.5.1' ## 数据分页 gem 'kaminari', '~> 1.2.2' ## 文件上传 diff --git a/Gemfile.lock b/Gemfile.lock index 4c5649cf6..7e9144b13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - drb (2.1.1) + drb (2.2.0) ruby2_keywords erubi (1.12.0) et-orbi (1.2.7) @@ -169,7 +169,7 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - friendly_id (5.5.0) + friendly_id (5.5.1) activerecord (>= 4.0.0) fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) @@ -274,7 +274,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.1) date net-protocol @@ -526,7 +526,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.3.0) tilt (2.3.0) - timeout (0.4.0) + timeout (0.4.1) tiny_appstore_connect (0.1.12) CFPropertyList (>= 2.3.4, < 3.1.0) faraday (>= 1.10.0, < 3.0) @@ -586,7 +586,7 @@ DEPENDENCIES devise-i18n (~> 1.12.0) dotenv-rails faraday (~> 2.7.12) - friendly_id (~> 5.5.0) + friendly_id (~> 5.5.1) gitlab_omniauth-ldap (~> 2.2.0) graphiql-rails graphql (~> 2.1.7)