From d1cb2b42b0e0ce85f31b6fc60bcf5d8b1330a655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:49:30 +0000 Subject: [PATCH] Bump ranked-model from 0.4.10 to 0.4.11 Bumps [ranked-model](https://github.com/mixonic/ranked-model) from 0.4.10 to 0.4.11. - [Changelog](https://github.com/brendon/ranked-model/blob/master/CHANGELOG.md) - [Commits](https://github.com/mixonic/ranked-model/compare/v0.4.10...v0.4.11) --- updated-dependencies: - dependency-name: ranked-model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af14db2a1..a0407c6bc 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem "active_record_extended", "~> 3.3" # Postgres enums gem "activerecord-postgres_enum", "~> 2.1" # Support for models with "slots" or "positions" -gem "ranked-model", "~> 0.4.10" +gem "ranked-model", "~> 0.4.11" gem "positioning" # Slug-based model lookup diff --git a/Gemfile.lock b/Gemfile.lock index 2684dd9e6..611411378 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -375,7 +375,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - ranked-model (0.4.10) + ranked-model (0.4.11) activerecord (>= 5.2) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -580,7 +580,7 @@ DEPENDENCIES rails (~> 7.2) rails-controller-testing rails-erd - ranked-model (~> 0.4.10) + ranked-model (~> 0.4.11) redcarpet (~> 3.6) rotp (~> 6.3) rqrcode (~> 2.2)