Skip to content

Commit 5a30bd3

Browse files
Update dependency pagy to v43
1 parent 8909ed7 commit 5a30bd3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem 'omniauth_openid_connect'
4040
gem 'omniauth-rails_csrf_protection'
4141

4242
# Pagy used for pagination on long lists of records
43-
gem 'pagy', '~> 9.1'
43+
gem 'pagy', '~> 43.0'
4444

4545
# Parser added explicitly to allow for the namespace to be available for scout
4646
gem 'parser'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ GEM
286286
validate_url
287287
webfinger (~> 2.0)
288288
orm_adapter (0.5.0)
289-
pagy (9.4.0)
289+
pagy (43.0.5)
290+
json
291+
yaml
290292
parallel (1.27.0)
291293
parser (3.3.9.0)
292294
ast (~> 2.4.1)
@@ -500,6 +502,7 @@ GEM
500502
websocket-extensions (0.1.5)
501503
xpath (3.2.0)
502504
nokogiri (~> 1.8)
505+
yaml (0.4.0)
503506
yard (0.9.37)
504507
zeitwerk (2.7.3)
505508

@@ -531,7 +534,7 @@ DEPENDENCIES
531534
omniauth
532535
omniauth-rails_csrf_protection
533536
omniauth_openid_connect
534-
pagy (~> 9.1)
537+
pagy (~> 43.0)
535538
parser
536539
pg
537540
puma (>= 5.0)

0 commit comments

Comments
 (0)