From df1e9952d809643ad1d557639373836c98c90d7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:51:26 +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..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.3 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'