Skip to content

Commit 81bd0f3

Browse files
Bump pagy from 6.5.0 to 9.4.0
Bumps [pagy](https://github.com/ddnexus/pagy) from 6.5.0 to 9.4.0. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](ddnexus/pagy@6.5.0...9.4.0) --- updated-dependencies: - dependency-name: pagy dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5faf26 commit 81bd0f3

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
@@ -62,7 +62,7 @@ gem "pundit", "~> 2.3"
6262
gem "rack-attack", "~> 6.7"
6363

6464
# Pagination
65-
gem "pagy", "~> 6.2"
65+
gem "pagy", "~> 9.4"
6666

6767
# Serialization
6868
gem "active_model_serializers", "~> 0.10.14"

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,10 @@ GEM
213213
racc (~> 1.4)
214214
nokogiri (1.18.8-arm64-darwin)
215215
racc (~> 1.4)
216+
nokogiri (1.18.8-x86_64-linux-gnu)
217+
racc (~> 1.4)
216218
orm_adapter (0.5.0)
217-
pagy (6.5.0)
219+
pagy (9.4.0)
218220
parallel (1.27.0)
219221
parser (3.3.8.0)
220222
ast (~> 2.4.1)
@@ -413,6 +415,7 @@ GEM
413415
PLATFORMS
414416
aarch64-linux-gnu
415417
arm64-darwin-24
418+
x86_64-linux
416419

417420
DEPENDENCIES
418421
active_model_serializers (~> 0.10.14)
@@ -435,7 +438,7 @@ DEPENDENCIES
435438
jsbundling-rails
436439
jwt
437440
lograge (~> 0.14)
438-
pagy (~> 6.2)
441+
pagy (~> 9.4)
439442
pg (~> 1.1)
440443
propshaft
441444
puma (>= 5.0)

0 commit comments

Comments
 (0)