Skip to content

Commit

Permalink
Bump ranked-model from 0.4.10 to 0.4.11
Browse files Browse the repository at this point in the history
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](brendon/ranked-model@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 30dfdf7 commit d1cb2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d1cb2b4

Please sign in to comment.