From 69f147d726d33edce31439be504a2e0c70b3e4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 02:10:24 +0000 Subject: [PATCH] Bump strip_attributes from 1.13.0 to 1.14.0 Bumps [strip_attributes](https://github.com/rmm5t/strip_attributes) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/rmm5t/strip_attributes/releases) - [Changelog](https://github.com/rmm5t/strip_attributes/blob/master/CHANGELOG.md) - [Commits](https://github.com/rmm5t/strip_attributes/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: strip_attributes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 437779c44..9a1561596 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "strong_migrations", "~> 2.1" gem "discard", "~> 1.4" # ActiveModel extension to remove extra whitespace from attributes -gem "strip_attributes", "~> 1.13" +gem "strip_attributes", "~> 1.14" # Use postgresql for data persistence gem "pg", "~> 1.5" diff --git a/Gemfile.lock b/Gemfile.lock index b0e305386..366d52541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -500,8 +500,8 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) - strip_attributes (1.13.0) - activemodel (>= 3.0, < 8.0) + strip_attributes (1.14.0) + activemodel (>= 3.0, < 9.0) stripe (10.15.0) strong_migrations (2.1.0) activerecord (>= 6.1) @@ -601,7 +601,7 @@ DEPENDENCIES square.rb standard (~> 1.41) stimulus-rails - strip_attributes (~> 1.13) + strip_attributes (~> 1.14) stripe strong_migrations (~> 2.1) turbo-rails