From 9f718932a8a1e12c9d4a1c7cb9bea31374c84724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:42:11 +0000 Subject: [PATCH] Bump zlib from 3.2.2 to 3.2.3 in /app Bumps [zlib](https://github.com/ruby/zlib) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/ruby/zlib/releases) - [Commits](https://github.com/ruby/zlib/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: zlib dependency-version: 3.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/Gemfile | 2 +- app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 1c35a70..722a5f5 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -12,7 +12,7 @@ gem 'ox', '~> 2.0' # Dependency of aws-sdk-s3 on Ruby 3 gem 'powerpack', '~> 0.1' gem 'redis', '~> 5.0' gem 'yaml_extend', '~> 1.3' -gem 'zlib', '~> 3.0' +gem 'zlib', '~> 3.2' group 'development' do gem 'rspec', '~> 3.8' diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 327afc0..582525b 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -78,7 +78,7 @@ GEM unicode-display_width (1.4.1) yaml_extend (1.3.5) deep_merge (~> 1.1) - zlib (3.2.2) + zlib (3.2.3) PLATFORMS ruby @@ -99,7 +99,7 @@ DEPENDENCIES rubocop (~> 0.63.0) simplecov (~> 0.16) yaml_extend (~> 1.3) - zlib (~> 3.0) + zlib (~> 3.2) BUNDLED WITH 2.7.2