From ab73d98817f4b7367200927aea49b718e6557976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:08:10 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.0 --- .ruby-version | 2 +- logto-sample/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 619b537..1809198 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.4.0 diff --git a/logto-sample/Gemfile b/logto-sample/Gemfile index 90fbdfc..4802970 100644 --- a/logto-sample/Gemfile +++ b/logto-sample/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.3.3" +ruby "3.4.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.2.0", ">= 7.2.1"