From 929fddd14b3d80a965867e421f571395f79ce67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:23:14 +0000 Subject: [PATCH] Bump proformaxml from 1.2.0 to 1.3.0 Bumps [proformaxml](https://github.com/openHPI/proformaxml) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/openHPI/proformaxml/releases) - [Commits](https://github.com/openHPI/proformaxml/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: proformaxml 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 b4c55c92..ac874ee9 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'net-smtp', require: false gem 'nokogiri' gem 'pagedown-bootstrap-rails' gem 'pg' -gem 'proformaxml', '~> 1.2.0' +gem 'proformaxml', '~> 1.3.0' gem 'prometheus_exporter' gem 'puma' gem 'pundit' diff --git a/Gemfile.lock b/Gemfile.lock index 42610073..b846c998 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.6) - proformaxml (1.2.0) + proformaxml (1.3.0) activemodel (>= 5.2.3, < 8.0.0) activesupport (>= 5.2.3, < 8.0.0) dachsfisch (~> 1.0.0) @@ -613,7 +613,7 @@ DEPENDENCIES nokogiri pagedown-bootstrap-rails pg - proformaxml (~> 1.2.0) + proformaxml (~> 1.3.0) prometheus_exporter pry-byebug pry-rails