Skip to content

Commit 3af5e62

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

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
@@ -88,7 +88,7 @@ gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info)
8888
# all testing, and over time we've become more comfortable that this is
8989
# the "standard way to resolve this issue".
9090
gem 'omniauth-rails_csrf_protection', '~> 1.0' # integrate omniauth with rails
91-
gem 'pagy', '~> 9.0' # Paginator for web pages
91+
gem 'pagy', '~> 43.0' # Paginator for web pages
9292
gem 'paleta', '~> 0.3' # Color manipulation, used for badges
9393
gem 'paper_trail', '~> 16.0' # Record previous versions of project data
9494
gem 'pg', '~> 1.4' # PostgreSQL database, used for data storage

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ GEM
325325
actionpack (>= 4.2)
326326
omniauth (~> 2.0)
327327
ostruct (0.6.3)
328-
pagy (9.4.0)
328+
pagy (43.0.0)
329+
json
330+
yaml
329331
paleta (0.3.0)
330332
paper_trail (16.0.0)
331333
activerecord (>= 6.1)
@@ -570,6 +572,7 @@ GEM
570572
rexml
571573
xpath (3.2.0)
572574
nokogiri (~> 1.8)
575+
yaml (0.4.0)
573576
yaml-lint (0.1.2)
574577
zeitwerk (2.7.3)
575578

@@ -630,7 +633,7 @@ DEPENDENCIES
630633
omniauth-github (~> 2.0)
631634
omniauth-rails_csrf_protection (~> 1.0)
632635
ostruct
633-
pagy (~> 9.0)
636+
pagy (~> 43.0)
634637
paleta (~> 0.3)
635638
paper_trail (~> 16.0)
636639
pg (~> 1.4)

0 commit comments

Comments
 (0)