From 1248b1d6e1bdf146a96cc34bd370a070d2864c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:24:10 +0000 Subject: [PATCH] build(deps): bump activemodel-serializers-xml from 1.0.2 to 1.0.3 (#7251) Bumps [activemodel-serializers-xml](https://github.com/rails/activemodel-serializers-xml) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/rails/activemodel-serializers-xml/releases) - [Commits](https://github.com/rails/activemodel-serializers-xml/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: activemodel-serializers-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f4dd313f36..a6e32c3d6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,9 +55,9 @@ GEM activesupport (>= 6.0) activemodel (7.2.1) activesupport (= 7.2.1) - activemodel-serializers-xml (1.0.2) - activemodel (> 5.x) - activesupport (> 5.x) + activemodel-serializers-xml (1.0.3) + activemodel (>= 5.0.0.a) + activesupport (>= 5.0.0.a) builder (~> 3.1) activerecord (7.2.1) activemodel (= 7.2.1)