Skip to content

Commit

Permalink
Bump pagy from 7.0.9 to 8.4.1
Browse files Browse the repository at this point in the history
Bumps [pagy](https://github.com/ddnexus/pagy) from 7.0.9 to 8.4.1.
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@7.0.9...8.4.1)

---
updated-dependencies:
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 524322a commit 0b04e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem "doorkeeper", "~> 5.6", ">= 5.6.6"
# Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors
gem "rack-cors", "~> 2.0", ">= 2.0.1"
# Agnostic pagination in plain ruby. It does it all. Better.
gem "pagy", "~> 7.0", ">= 7.0.9"
gem "pagy", "~> 8.4"
# PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
gem "pg_search", "~> 2.3", ">= 2.3.6"
# Allows marking ActiveRecord objects as discarded, and provides scopes for filtering.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GEM
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (7.0.9)
pagy (8.4.1)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
image_processing (~> 1.12, >= 1.12.2)
letter_opener (~> 1.8, >= 1.8.1)
lookbook (~> 2.1)
pagy (~> 7.0, >= 7.0.9)
pagy (~> 8.4)
pg (~> 1.5)
pg_search (~> 2.3, >= 2.3.6)
puma (~> 6.3)
Expand Down

0 comments on commit 0b04e71

Please sign in to comment.