From 2afbcacb1a4cbeb1244d64ea5c9e23c7fb455312 Mon Sep 17 00:00:00 2001 From: Karol Date: Wed, 18 Dec 2019 17:06:00 +0100 Subject: [PATCH] update proforma gem --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 526aa919..0bed2524 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'rest-client' gem 'rubyzip' gem 'mnemosyne-ruby' gem 'faraday' -gem 'proforma', git: 'https://github.com/openHPI/proforma.git', tag: 'v0.3.2' +gem 'proforma', git: 'https://github.com/openHPI/proforma.git', tag: 'v0.4' gem 'whenever', require: false gem 'rails-timeago' diff --git a/Gemfile.lock b/Gemfile.lock index 75ee23c2..9e0da505 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,12 +9,12 @@ GIT GIT remote: https://github.com/openHPI/proforma.git - revision: 6784ace5bb4449fd53f419fa1eb40dfc04e8f086 - tag: v0.3.2 + revision: b09c9fcc1fdb314fc1fb1396e7d0bb2d70e376c5 + tag: v0.4 specs: - proforma (0.3.2) - activemodel (~> 5.2.3) - activesupport (~> 5.2.3) + proforma (0.4) + activemodel (>= 5.2.3, < 6.1.0) + activesupport (>= 5.2.3, < 6.1.0) nokogiri (~> 1.10.2) rubyzip (>= 1.2.2, < 2.1.0)