diff --git a/Gemfile b/Gemfile index c34b43c72..3b88a7f6d 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info) # all testing, and over time we've become more comfortable that this is # the "standard way to resolve this issue". gem 'omniauth-rails_csrf_protection', '~> 1.0' # integrate omniauth with rails -gem 'pagy', '~> 9.0' # Paginator for web pages +gem 'pagy', '~> 43.1' # Paginator for web pages gem 'paleta', '~> 0.3' # Color manipulation, used for badges gem 'paper_trail', '~> 17.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 c4f451d45..518616aa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,9 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) ostruct (0.6.3) - pagy (9.4.0) + pagy (43.1.4) + json + yaml paleta (0.3.0) paper_trail (17.0.0) activerecord (>= 7.1) @@ -570,6 +572,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) + yaml (0.4.0) yaml-lint (0.1.2) zeitwerk (2.7.3) @@ -630,7 +633,7 @@ DEPENDENCIES omniauth-github (~> 2.0) omniauth-rails_csrf_protection (~> 1.0) ostruct - pagy (~> 9.0) + pagy (~> 43.1) paleta (~> 0.3) paper_trail (~> 17.0) pg (~> 1.4)