Skip to content

Commit

Permalink
[#104] Add ransack gem
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherathebyne committed Aug 16, 2020
1 parent b56993b commit 246bd3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'font-awesome-sass'
gem 'kaminari'
gem 'mini_racer'
gem 'pundit'
gem 'ransack'
gem 'redcarpet'
gem 'sprockets'
gem 'sprockets-rails', require: 'sprockets/railtie'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ GEM
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
polyamorous (2.3.2)
activerecord (>= 5.2.1)
popper_js (1.16.0)
pry (0.13.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -243,6 +245,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.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.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -362,6 +369,7 @@ DEPENDENCIES
pundit
rails (~> 6.0.2)
rails-controller-testing
ransack
redcarpet
rspec
rspec-rails
Expand Down

0 comments on commit 246bd3c

Please sign in to comment.