Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump pagy from 6.5.0 to 9.3.3 #2258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -79,7 +79,7 @@ gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info)
# the "standard way to resolve this issue".
# When we update to omniauth 2.X series we can remove this.
gem 'omniauth-rails_csrf_protection'
gem 'pagy', '~> 6.0'
gem 'pagy', '~> 9.3'
gem 'paleta', '~> 0.3' # Color manipulation, used for badges
gem 'paper_trail', '~> 16.0' # Record previous versions of project data
gem 'pg', '~> 1.4' # PostgreSQL database, used for data storage
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
pagy (6.5.0)
pagy (9.3.3)
paleta (0.3.0)
paper_trail (16.0.0)
activerecord (>= 6.1)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
octokit (~> 7)
omniauth-github (~> 2.0)
omniauth-rails_csrf_protection
pagy (~> 6.0)
pagy (~> 9.3)
paleta (~> 0.3)
paper_trail (~> 16.0)
pg (~> 1.4)
Expand Down
Loading