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)