ADD gem 'ransack'

This commit is contained in:
Jasder 2020-05-09 15:48:39 +08:00
parent e0423b9cc8
commit 31afff4907
2 changed files with 12 additions and 1 deletions

View File

@ -58,6 +58,9 @@ gem 'omniauth-cas'
# profiler Middleware
gem 'rack-mini-profiler'
# object-based searching
gem 'ransack'
group :development, :test do
gem 'rspec-rails', '~> 3.8'
end

View File

@ -214,6 +214,8 @@ GEM
parser (2.7.1.1)
ast (~> 2.4.0)
pdfkit (0.8.4.1)
polyamorous (2.3.2)
activerecord (>= 5.2.1)
popper_js (1.16.0)
powerpack (0.1.2)
public_suffix (4.0.3)
@ -256,6 +258,11 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
ransack (2.3.2)
activerecord (>= 5.2.1)
activesupport (>= 5.2.1)
i18n
polyamorous (= 2.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
@ -464,6 +471,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 5.2.0)
rails-i18n (~> 5.1)
ransack
rchardet (~> 1.8)
redcarpet (~> 3.4)
redis-rails
@ -496,4 +504,4 @@ RUBY VERSION
ruby 2.3.7p456
BUNDLED WITH
2.0.2
2.1.4