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