From 5682a380f37d6fb735f8e0d96e5d6edc086399a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:38:36 +0000 Subject: [PATCH] Bump activemodel-serializers-xml from 1.0.2 to 1.0.3 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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index aacf1904..7707dddc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'actionpack-xml_parser', '~> 2.0' -gem 'activemodel-serializers-xml', '~> 1.0.1' +gem 'activemodel-serializers-xml', '~> 1.0.3' gem 'rails', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index 24bb19b0..c7d4bb02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,9 +50,9 @@ GEM globalid (>= 0.3.6) activemodel (6.1.7.9) activesupport (= 6.1.7.9) - 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 (6.1.7.9) activemodel (= 6.1.7.9) @@ -345,7 +345,7 @@ DEPENDENCIES RedCloth aasm (~> 5.5.0) actionpack-xml_parser (~> 2.0) - activemodel-serializers-xml (~> 1.0.1) + activemodel-serializers-xml (~> 1.0.3) acts_as_list bcrypt (~> 3.1.20) bootstrap-sass (= 3.4.1)