diff --git a/Gemfile b/Gemfile index bbf57b9..1737614 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "name_of_person" gem "pundit" gem "inline_svg", "~> 1.8" gem "faraday", "~> 2.7", ">= 2.7.9" -gem "pagy", "~> 6.0.4" +gem "pagy", "~> 6.2.0" gem "view_component", "~> 3.6.0" gem "honeybadger", "~> 5.2", ">= 5.2.1" gem "erb_lint", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6f67693..0b05c93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) - pagy (6.0.4) + pagy (6.2.0) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) @@ -424,7 +424,7 @@ DEPENDENCIES jsbundling-rails name_of_person overcommit - pagy (~> 6.0.4) + pagy (~> 6.2.0) pg (~> 1.1) propshaft (~> 0.7.0) puma (~> 6.3.0)