From d1c45beac8dbfcb7c5f40553b5312663163e5d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:34:21 +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..9c25013 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.6 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'