Skip to content

Commit

Permalink
add Kaminari gem
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Apr 25, 2023
1 parent fdee148 commit ac4cc7a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ gem 'jbuilder'
# Use vite as a JavaScript build tool
gem 'vite_rails'

# Use kaminari for pagination of data model
gem 'kaminari'

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"

Expand Down
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.3)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -299,6 +311,7 @@ DEPENDENCIES
debug
importmap-rails
jbuilder
kaminari
pg (~> 1.1)
pry
pry-byebug
Expand Down

0 comments on commit ac4cc7a

Please sign in to comment.