diff --git a/Gemfile b/Gemfile index f2f569265..ded3c9150 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 25b4de516..c90228d4f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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)