diff --git a/Gemfile b/Gemfile index b927ca0..0ea12b5 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "litestream", "~> 0.12.0" gem "octokit", "~> 9.2.0" gem "omniauth-github", github: "omniauth/omniauth-github", branch: "master" gem "omniauth-rails_csrf_protection" -gem "pagy", "~> 9.3.2" +gem "pagy", "~> 9.3.3" gem "phlex-rails", "~> 1.2.2" gem "propshaft", "~> 1.1.0" gem "puma", ">= 6.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index b3529ff..954031f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,7 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (~> 3.2) - pagy (9.3.2) + pagy (9.3.3) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) @@ -573,7 +573,7 @@ DEPENDENCIES omniauth-github! omniauth-rails_csrf_protection overcommit - pagy (~> 9.3.2) + pagy (~> 9.3.3) phlex-rails (~> 1.2.2) propshaft (~> 1.1.0) puma (>= 6.5.0)