diff --git a/Gemfile b/Gemfile index df2c6ba..449b8ee 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem "thruster", require: false # gem "image_processing", "~> 1.2" # Pagination -gem "pagy", "~> 9.3" +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 59635dc..046cd85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -297,7 +297,7 @@ GEM nokogiri (1.18.9-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.3) - pagy (9.3.5) + pagy (9.4.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) @@ -541,7 +541,7 @@ DEPENDENCIES jbuilder minitest mocha - pagy (~> 9.3) + pagy (~> 9.4) propshaft puma (>= 5.0) rails (~> 8.0.2)