From 26d39eaa30e41e5b6e44dddf63b31451fdfc0fc0 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Tue, 1 Aug 2023 22:59:42 +0200 Subject: [PATCH] Update ruby dependencies (#134) Closes #129: @dependabot does not have the rights to commit to the repository, hence the "update data" workflow always fails. --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93460c14..058029f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: io-console (0.6.0) - irb (1.7.0) - reline (>= 0.3.0) + irb (1.7.4) + reline (>= 0.3.6) liquid (5.4.0) psych (5.1.0) stringio rdoc (6.5.0) psych (>= 4.0.0) - reline (0.3.5) + reline (0.3.7) io-console (~> 0.5) rugged (1.5.1) stringio (3.0.7)