From 17a17a2c77fd27948f0d6b5555ab11fed33ba6ec Mon Sep 17 00:00:00 2001 From: Karol Date: Fri, 11 Aug 2023 13:28:02 +0200 Subject: [PATCH] update proforma to newest version, add dachsfisch dependency --- Gemfile | 3 ++- Gemfile.lock | 14 +++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8472efef..0053fae2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'bcrypt' gem 'bootstrap-will_paginate' gem 'carrierwave' gem 'charlock_holmes', require: 'charlock_holmes/string' +gem 'dachsfisch', github: 'openHPI/dachsfisch' gem 'docker-api', require: 'docker' gem 'eventmachine' gem 'factory_bot_rails' @@ -30,7 +31,7 @@ gem 'net-smtp', require: false gem 'nokogiri' gem 'pagedown-bootstrap-rails' gem 'pg' -gem 'proforma', github: 'openHPI/proforma', tag: 'v0.8' +gem 'proforma', github: 'openHPI/proforma', tag: 'v0.9' gem 'prometheus_exporter' gem 'puma' gem 'pundit' diff --git a/Gemfile.lock b/Gemfile.lock index e466a83e..40b036b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,16 @@ +GIT + remote: https://github.com/openHPI/dachsfisch.git + revision: 79983095747d9adac02bb7a495a624a0136aa859 + specs: + dachsfisch (0.1.0) + nokogiri (>= 1.14.1, < 1.16.0) + GIT remote: https://github.com/openHPI/proforma.git - revision: d8bf59938f7605e7e01f0650b67b0ca564e7907b - tag: v0.8 + revision: 86627fa0b4ab265f06d7a4fdc0349ba201302dc8 + tag: v0.9 specs: - proforma (0.8.0) + proforma (0.9.0) activemodel (>= 5.2.3, < 8.0.0) activesupport (>= 5.2.3, < 8.0.0) nokogiri (>= 1.10.2, < 2.0.0) @@ -540,6 +547,7 @@ DEPENDENCIES capybara carrierwave charlock_holmes + dachsfisch! database_cleaner docker-api eventmachine