diff --git a/Gemfile b/Gemfile index a95d72d..6a392bd 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem "thruster", require: false gem "tailwindcss-rails" # Use Pagy for pagination [https://github.com/ddnexus/pagy] -gem "pagy", "~> 6.0" +gem "pagy", "~> 9.4" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index f57010a..74f0827 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM nokogiri (1.18.9-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.3) - pagy (6.5.0) + pagy (9.4.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) @@ -381,7 +381,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - pagy (~> 6.0) + pagy (~> 9.4) pg (~> 1.1) propshaft puma (>= 5.0)