Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
gem "tzinfo-data", platforms: [:mri, :windows]

# Pagination
gem "pagy", "~> 43.4"
gem "pagy", "~> 43.5"

# Alternative approach to web apps development.
# https://github.com/hotwired/hotwire-rails
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
pagy (43.4.2)
pagy (43.5.0)
json
uri
yaml
Expand Down Expand Up @@ -524,7 +524,7 @@ DEPENDENCIES
listen (~> 3.9.0)
memory_profiler
ostruct
pagy (~> 43.4)
pagy (~> 43.5)
pg (~> 1.6.2)
propshaft
pry (~> 0.16.0)
Expand Down
Loading