Skip to content

Commit c9bb8ad

Browse files
Bump pagy from 6.5.0 to 9.3.5
Bumps [pagy](https://github.com/ddnexus/pagy) from 6.5.0 to 9.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: pagy dependency-version: 9.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79df635 commit c9bb8ad

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
@@ -63,7 +63,7 @@ gem "rack-attack", "~> 6.7"
6363

6464
# Pagination
6565
gem "kaminari", "~> 1.2"
66-
gem "pagy", "~> 6.2"
66+
gem "pagy", "~> 9.3"
6767

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

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ GEM
225225
racc (~> 1.4)
226226
nokogiri (1.18.8-arm64-darwin)
227227
racc (~> 1.4)
228+
nokogiri (1.18.8-x86_64-linux-gnu)
229+
racc (~> 1.4)
228230
orm_adapter (0.5.0)
229-
pagy (6.5.0)
231+
pagy (9.3.5)
230232
parallel (1.27.0)
231233
parser (3.3.8.0)
232234
ast (~> 2.4.1)
@@ -425,6 +427,7 @@ GEM
425427
PLATFORMS
426428
aarch64-linux-gnu
427429
arm64-darwin-24
430+
x86_64-linux
428431

429432
DEPENDENCIES
430433
active_model_serializers (~> 0.10.14)
@@ -448,7 +451,7 @@ DEPENDENCIES
448451
jwt
449452
kaminari (~> 1.2)
450453
lograge (~> 0.14)
451-
pagy (~> 6.2)
454+
pagy (~> 9.3)
452455
pg (~> 1.1)
453456
propshaft
454457
puma (>= 5.0)

0 commit comments

Comments
 (0)