Skip to content

Commit

Permalink
installed ransack gem
Browse files Browse the repository at this point in the history
  • Loading branch information
o-200 committed Sep 24, 2023
1 parent 19986c1 commit 7652651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "importmap-rails"
gem "jbuilder"
gem "puma", "~> 5.0"
gem "rails", "~> 7.0.7", ">= 7.0.7.2"
gem "ransack", "~> 4.0.0"
gem "redis", "~> 4.0"
gem "slim-rails"
gem "sprockets-rails"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
ransack (4.0.0)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rdoc (6.5.0)
psych (>= 4.0.0)
redis (4.8.1)
Expand Down Expand Up @@ -370,6 +374,7 @@ DEPENDENCIES
jbuilder
puma (~> 5.0)
rails (~> 7.0.7, >= 7.0.7.2)
ransack (~> 4.0.0)
redis (~> 4.0)
rspec (~> 3.12)
rspec-rails (~> 6.0, >= 6.0.3)
Expand Down

0 comments on commit 7652651

Please sign in to comment.