Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c342c32 commit 455ad9f
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 @@ -38,7 +38,7 @@ gem 'omniauth_openid_connect'
gem 'omniauth-rails_csrf_protection'

# Pagy used for pagination on long lists of records
gem 'pagy', '~> 9.1'
gem 'pagy', '~> 9.3'

# Parser added explicitly to allow for the namespace to be available for scout
gem 'parser'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
validate_url
webfinger (~> 2.0)
orm_adapter (0.5.0)
pagy (9.2.2)
pagy (9.3.1)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -493,7 +493,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection
omniauth_openid_connect
pagy (~> 9.1)
pagy (~> 9.3)
parser
pg
puma (>= 5.0)
Expand Down

0 comments on commit 455ad9f

Please sign in to comment.