From d32eb0fc4d21add57e173d8fc879c38bdf24fcc8 Mon Sep 17 00:00:00 2001 From: Karol Date: Sat, 27 Nov 2021 21:08:07 +0100 Subject: [PATCH] bump proforma-gem --- Gemfile | 2 +- Gemfile.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f6894d3c..677b072a 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'net-http-persistent' gem 'nokogiri' gem 'pagedown-bootstrap-rails' gem 'pg' -gem 'proforma', github: 'openHPI/proforma', tag: 'v0.6' +gem 'proforma', github: 'openHPI/proforma', tag: 'v0.7' gem 'prometheus_exporter' gem 'pry-byebug' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index a9141bf8..fa99761a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,15 +15,13 @@ GIT rack (>= 1.5.0) websocket (>= 1.1.0) -GIT - remote: https://github.com/openHPI/proforma.git - revision: 4b543be15c618ee3e5671fddb0e438be0278a249 - tag: v0.6 +PATH + remote: ../proforma specs: - proforma (0.6) + proforma (0.7) activemodel (>= 5.2.3, < 6.2.0) activesupport (>= 5.2.3, < 6.2.0) - nokogiri (>= 1.10.2, < 1.12.0) + nokogiri (>= 1.10.2, < 1.13.0) rubyzip (>= 1.2.2, < 2.4.0) GEM