From f136455a1dc5492f38b9c37aab54d396cb19523d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 20:25:52 +0000 Subject: [PATCH] Bump proforma from v0.7.1 to v0.8 Bumps [proforma](https://github.com/openHPI/proforma) from v0.7.1 to v0.8. - [Release notes](https://github.com/openHPI/proforma/releases) - [Commits](https://github.com/openHPI/proforma/compare/cf61517a5cd765afb9d0d19ea1c692e18e3131d7...d8bf59938f7605e7e01f0650b67b0ca564e7907b) --- updated-dependencies: - dependency-name: proforma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f628580e..16e5eca3 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'net-smtp', require: false gem 'nokogiri' gem 'pagedown-bootstrap-rails' gem 'pg' -gem 'proforma', github: 'openHPI/proforma', tag: 'v0.7.1' +gem 'proforma', github: 'openHPI/proforma', tag: 'v0.8' gem 'prometheus_exporter' gem 'puma' gem 'pundit' diff --git a/Gemfile.lock b/Gemfile.lock index b1f9ee6e..0de53add 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/openHPI/proforma.git - revision: cf61517a5cd765afb9d0d19ea1c692e18e3131d7 - tag: v0.7.1 + revision: d8bf59938f7605e7e01f0650b67b0ca564e7907b + tag: v0.8 specs: - proforma (0.7.1) + proforma (0.8.0) activemodel (>= 5.2.3, < 8.0.0) activesupport (>= 5.2.3, < 8.0.0) nokogiri (>= 1.10.2, < 2.0.0)