diff --git a/Gemfile b/Gemfile index 0a1afe8..93c390c 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "administrate", github: "thoughtbot/administrate", branch: "main" # Open AI ruby gem "ruby-openai", "~> 6.2" # Pagy for pagination -gem "pagy", "~> 6.0" +gem "pagy", "~> 9.3" # Pundit for authorization gem "pundit", "~> 2.4" # AWS S3 for file storage diff --git a/Gemfile.lock b/Gemfile.lock index 724beef..ba5870c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.1) - pagy (6.5.0) + pagy (9.3.3) parallel (1.26.3) parser (3.3.6.0) ast (~> 2.4.1) @@ -460,7 +460,7 @@ DEPENDENCIES inline_svg (~> 1.10.0) jbuilder kamal (~> 2.4.0) - pagy (~> 6.0) + pagy (~> 9.3) pg (~> 1.1) propshaft pry