diff --git a/Gemfile b/Gemfile index 051b87d..2048139 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "jbuilder", "~> 2.14", ">= 2.14.1" gem "rswag", "~> 2.10", ">= 2.10.1" # Pagination with Pagy [https://github.com/ddnexus/pagy] -gem "pagy", "~> 43.2", ">= 43.2.2" +gem "pagy", "~> 43.2" # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword] # gem "bcrypt", "~> 3.1.7" diff --git a/Gemfile.lock b/Gemfile.lock index c9f3f21..a3ba981 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,7 @@ GEM racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) - pagy (43.2.2) + pagy (43.2.7) json yaml parallel (1.27.0) @@ -449,7 +449,7 @@ DEPENDENCIES httparty (~> 0.23.2) jbuilder (~> 2.14, >= 2.14.1) kamal - pagy (~> 43.2, >= 43.2.2) + pagy (~> 43.2) pg (~> 1.1) pry-rails (~> 0.3.11) puma (>= 5.0)