Skip to content

Commit 2f1dd09

Browse files
author
github-actions
committed
update with project-syncing action
1 parent f3695bd commit 2f1dd09

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ gem "strip_attributes"
7272
gem "validate_url"
7373
gem "carrierwave"
7474
gem "cloudinary"
75+
gem "kaminari"
7576

7677
group :development do
7778
gem "annotaterb"

Gemfile.lock

+13
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,18 @@ GEM
223223
sshkit (>= 1.23.0, < 2.0)
224224
thor (~> 1.3)
225225
zeitwerk (>= 2.6.18, < 3.0)
226+
kaminari (1.2.2)
227+
activesupport (>= 4.1.0)
228+
kaminari-actionview (= 1.2.2)
229+
kaminari-activerecord (= 1.2.2)
230+
kaminari-core (= 1.2.2)
231+
kaminari-actionview (1.2.2)
232+
actionview
233+
kaminari-core (= 1.2.2)
234+
kaminari-activerecord (1.2.2)
235+
activerecord
236+
kaminari-core (= 1.2.2)
237+
kaminari-core (1.2.2)
226238
language_server-protocol (3.17.0.4)
227239
lint_roller (1.1.0)
228240
llhttp-ffi (0.5.1)
@@ -556,6 +568,7 @@ DEPENDENCIES
556568
importmap-rails
557569
jbuilder
558570
kamal
571+
kaminari
559572
pg (~> 1.1)
560573
propshaft
561574
pry-rails

0 commit comments

Comments
 (0)