Skip to content

Commit

Permalink
Added back kaminari
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Bausson committed Jun 5, 2024
1 parent 268cba2 commit 6e4062d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem "simple_token_authentication", "~> 1.0"
gem "datagrid"
gem "faraday"
gem "high_voltage"
gem "kaminari" # TODO: Remove when removing datagrid
gem "pagy"
gem "pg"
gem "virtus"
Expand Down
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,18 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
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)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
addressable (~> 2.8)
Expand Down Expand Up @@ -588,6 +600,7 @@ DEPENDENCIES
jbuilder
jquery-rails
jquery-ui-rails
kaminari
letter_opener
listen (~> 3.3)
lookbook
Expand Down

0 comments on commit 6e4062d

Please sign in to comment.