Skip to content

Commit

Permalink
add ransack and acts as taggable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jun 11, 2024
1 parent 1c8cdef commit 4cf078d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/3.0/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ gem "rails", github: "rails/rails", branch: "main"

# Update Avo
gem "avo-advanced", ">= 3.9.1"

# Use this `ransack` version
gem "ransack", github: "avo-hq/ransack", branch: "fix/rails-8/delegate-alias-tracker-to-relation"

# This version of acts-as-taggable-on is compatible with
gem "acts-as-taggable-on", github: "avo-hq/acts-as-taggable-on"
```

```bash
Expand Down

0 comments on commit 4cf078d

Please sign in to comment.