Skip to content

Commit 333eca3

Browse files
authored
Adds positioning Gem (#2390)
1 parent f86ec96 commit 333eca3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ gem "active_record_extended", "~> 3.2"
5858
gem "activerecord-postgres_enum", "~> 2.0"
5959
# Support for models with "slots" or "positions"
6060
gem "ranked-model", "~> 0.4.9"
61+
gem "positioning"
62+
6163
# Slug-based model lookup
6264
gem "friendly_id", "~> 5.5.1"
6365
# Hashing / Encrypting data at rest

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ GEM
298298
ast (~> 2.4.1)
299299
racc
300300
pg (1.5.6)
301+
positioning (0.2.1)
302+
activerecord (>= 6.1)
303+
activesupport (>= 6.1)
301304
pry (0.14.1)
302305
coderay (~> 1.1)
303306
method_source (~> 1.0)
@@ -566,6 +569,7 @@ DEPENDENCIES
566569
money-rails
567570
pagy (~> 8.3)
568571
pg (~> 1.5)
572+
positioning
569573
pry-byebug
570574
puma (~> 6.4)
571575
pundit (~> 2.3)

0 commit comments

Comments
 (0)