update proforma to newest version, add dachsfisch dependency

This commit is contained in:
Karol
2023-08-11 13:28:02 +02:00
committed by Sebastian Serth
parent b9f408d179
commit 17a17a2c77
2 changed files with 13 additions and 4 deletions

View File

@ -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'