From 5c441c262772906ddfc8fe204bc3534050d5bdb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:29:58 +0000 Subject: [PATCH] Update all non-major dependencies --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c2..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.4.1 diff --git a/Gemfile b/Gemfile index 47b9a27..817ed84 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby "2.0.0" +ruby "2.7.8" gem 'sinatra' gem 'hallon', github: 'Burgestrand/Hallon'