Skip to content
Snippets Groups Projects
Verified Commit 318ffa66 authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Install ransack gem

parent 3c987784
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ gem "puma", "~> 6.0"
gem "avo", "~> 3.20.0"
gem "avo-pro", "~> 3.20.0", source: "https://packager.dev/avo-hq/"
gem "ransack"
# # local avo gems
# gem "avo", path: "vendor/gems/avo"
# gem "avo-menu", path: "vendor/gems/avo-menu"
......
......@@ -346,6 +346,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ransack (4.3.0)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
......@@ -512,6 +516,7 @@ DEPENDENCIES
pundit
pundit-matchers
rails (~> 8.0.1)
ransack
rspec-rails
solid_cable
standard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment