From 34590f67f7482534dd40e7c8569b00525c3c5547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 04:56:06 +0000 Subject: [PATCH] Bump attr_encrypted from 4.0.0 to 4.2.0 Bumps [attr_encrypted](https://github.com/attr-encrypted/attr_encrypted) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/attr-encrypted/attr_encrypted/releases) - [Changelog](https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.md) - [Commits](https://github.com/attr-encrypted/attr_encrypted/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: attr_encrypted dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 982fcaf..2b3fe85 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "puma", ">= 6.4.0" gem "bcrypt", "~> 3.1.7" # Use attr_encrypted for encrypting sensitive data -gem "attr_encrypted", "~> 4.0.0" +gem "attr_encrypted", "~> 4.2.0" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ windows jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index 951496b..2c01bd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) ast (2.4.3) - attr_encrypted (4.0.0) + attr_encrypted (4.2.0) encryptor (~> 3.0.0) aws-eventstream (1.3.2) aws-partitions (1.1097.0) @@ -335,7 +335,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - attr_encrypted (~> 4.0.0) + attr_encrypted (~> 4.2.0) aws-sdk-iam aws-sdk-s3 bcrypt (~> 3.1.7)