ADD gem 'ransack'
This commit is contained in:
parent
e0423b9cc8
commit
31afff4907
3
Gemfile
3
Gemfile
|
@ -58,6 +58,9 @@ gem 'omniauth-cas'
|
||||||
# profiler Middleware
|
# profiler Middleware
|
||||||
gem 'rack-mini-profiler'
|
gem 'rack-mini-profiler'
|
||||||
|
|
||||||
|
# object-based searching
|
||||||
|
gem 'ransack'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rspec-rails', '~> 3.8'
|
gem 'rspec-rails', '~> 3.8'
|
||||||
end
|
end
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -214,6 +214,8 @@ GEM
|
||||||
parser (2.7.1.1)
|
parser (2.7.1.1)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pdfkit (0.8.4.1)
|
pdfkit (0.8.4.1)
|
||||||
|
polyamorous (2.3.2)
|
||||||
|
activerecord (>= 5.2.1)
|
||||||
popper_js (1.16.0)
|
popper_js (1.16.0)
|
||||||
powerpack (0.1.2)
|
powerpack (0.1.2)
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.3)
|
||||||
|
@ -256,6 +258,11 @@ GEM
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.1)
|
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-fsevent (0.10.3)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
|
@ -464,6 +471,7 @@ DEPENDENCIES
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 5.2.0)
|
rails (~> 5.2.0)
|
||||||
rails-i18n (~> 5.1)
|
rails-i18n (~> 5.1)
|
||||||
|
ransack
|
||||||
rchardet (~> 1.8)
|
rchardet (~> 1.8)
|
||||||
redcarpet (~> 3.4)
|
redcarpet (~> 3.4)
|
||||||
redis-rails
|
redis-rails
|
||||||
|
@ -496,4 +504,4 @@ RUBY VERSION
|
||||||
ruby 2.3.7p456
|
ruby 2.3.7p456
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.2
|
2.1.4
|
||||||
|
|
Loading…
Reference in New Issue