Skip to content

Commit

Permalink
Adds positioning Gem (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosschapman authored May 6, 2024
1 parent f86ec96 commit 333eca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ gem "active_record_extended", "~> 3.2"
gem "activerecord-postgres_enum", "~> 2.0"
# Support for models with "slots" or "positions"
gem "ranked-model", "~> 0.4.9"
gem "positioning"

# Slug-based model lookup
gem "friendly_id", "~> 5.5.1"
# Hashing / Encrypting data at rest
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
positioning (0.2.1)
activerecord (>= 6.1)
activesupport (>= 6.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -566,6 +569,7 @@ DEPENDENCIES
money-rails
pagy (~> 8.3)
pg (~> 1.5)
positioning
pry-byebug
puma (~> 6.4)
pundit (~> 2.3)
Expand Down

0 comments on commit 333eca3

Please sign in to comment.