From 61b9c93a7d68764bfe935c9d21dfdf24218dcbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:50:38 +0000 Subject: [PATCH] Bump acts_as_list from 1.2.2 to 1.2.3 Bumps [acts_as_list](https://github.com/brendon/acts_as_list) from 1.2.2 to 1.2.3. - [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md) - [Commits](https://github.com/brendon/acts_as_list/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: acts_as_list dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0540450b8..db2ad6c64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - acts_as_list (1.2.2) + acts_as_list (1.2.3) activerecord (>= 6.1) activesupport (>= 6.1) ast (2.4.2)