diff --git a/Gemfile b/Gemfile index 81e83ad..f8bf14d 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ end gem "tzinfo-data", platforms: [:mri, :windows] # Pagination -gem "pagy", "~> 43.4" +gem "pagy", "~> 43.5" # Alternative approach to web apps development. # https://github.com/hotwired/hotwire-rails diff --git a/Gemfile.lock b/Gemfile.lock index 3df330f..cbc13f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) - pagy (43.4.2) + pagy (43.5.0) json uri yaml @@ -524,7 +524,7 @@ DEPENDENCIES listen (~> 3.9.0) memory_profiler ostruct - pagy (~> 43.4) + pagy (~> 43.5) pg (~> 1.6.2) propshaft pry (~> 0.16.0)