From 3601924bde4d3667f2a21afa408ef5fdbf571798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:22:13 +0000 Subject: [PATCH] Update dependency ruby to v3.3.1 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6e..bea438e9a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.3.1 diff --git a/Gemfile b/Gemfile index 37af87644..69dbc5353 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://gems.contribsys.com/" do end git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.4" +ruby "3.3.1" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1.7.4"