diff --git a/Gemfile b/Gemfile index 634e2c4..11ce6c2 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "thruster", require: false gem "image_processing", "~> 1.2" gem "faraday" -gem "pagy", "~> 43.1" +gem "pagy", "~> 43.2" gem "mission_control-jobs" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index a486ddc..74619d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.16.0) + json (2.17.1) kamal (2.8.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -221,7 +221,7 @@ GEM nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.3) - pagy (43.1.0) + pagy (43.2.0) json yaml parallel (1.27.0) @@ -419,7 +419,7 @@ DEPENDENCIES jbuilder kamal mission_control-jobs - pagy (~> 43.1) + pagy (~> 43.2) pg (~> 1.1) propshaft puma (>= 5.0)