From 7625e3ede46b0d6cbdd627848d324477f187a95a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:26:51 +0000 Subject: [PATCH] Update dependency ruby to v3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 47b9a27..84037ea 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby "2.0.0" +ruby "3.3.0" gem 'sinatra' gem 'hallon', github: 'Burgestrand/Hallon'